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 }}"