From 78e29c5ff0e2b2d63584640c51b3dc2fe604f000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Mon, 30 Jul 2018 18:16:57 +0200 Subject: [PATCH] [stable/suitecrm] Add chart and release labels in pods (#6880) * [stable/suitecrm] Add chart and release labels in pods * Bump chart version --- stable/suitecrm/Chart.yaml | 2 +- stable/suitecrm/templates/deployment.yaml | 1 + stable/suitecrm/templates/svc.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/suitecrm/Chart.yaml b/stable/suitecrm/Chart.yaml index b42349aab2..862727ef15 100644 --- a/stable/suitecrm/Chart.yaml +++ b/stable/suitecrm/Chart.yaml @@ -1,5 +1,5 @@ name: suitecrm -version: 2.0.2 +version: 2.0.3 appVersion: 7.10.7 description: SuiteCRM is a completely open source enterprise-grade Customer Relationship Management (CRM) application. SuiteCRM is a software fork of the popular customer relationship management (CRM) system SugarCRM. keywords: diff --git a/stable/suitecrm/templates/deployment.yaml b/stable/suitecrm/templates/deployment.yaml index 3f8af4ed6d..ea819f895e 100644 --- a/stable/suitecrm/templates/deployment.yaml +++ b/stable/suitecrm/templates/deployment.yaml @@ -14,6 +14,7 @@ spec: labels: app: {{ template "name" . }} release: "{{ .Release.Name }}" + chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" spec: {{- if .Values.image.pullSecrets }} imagePullSecrets: diff --git a/stable/suitecrm/templates/svc.yaml b/stable/suitecrm/templates/svc.yaml index c15624cb5a..6b3ff132c8 100644 --- a/stable/suitecrm/templates/svc.yaml +++ b/stable/suitecrm/templates/svc.yaml @@ -23,3 +23,4 @@ spec: selector: app: {{ template "name" . }} release: "{{ .Release.Name }}" + chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"