[stable/suitecrm] Add chart and release labels in pods (#6880)

* [stable/suitecrm] Add chart and release labels in pods

* Bump chart version
This commit is contained in:
Javier J. Salmerón-García
2018-07-30 09:16:57 -07:00
committed by k8s-ci-robot
parent e4ef121594
commit 78e29c5ff0
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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:
@@ -14,6 +14,7 @@ spec:
labels:
app: {{ template "name" . }}
release: "{{ .Release.Name }}"
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
spec:
{{- if .Values.image.pullSecrets }}
imagePullSecrets:
+1
View File
@@ -23,3 +23,4 @@ spec:
selector:
app: {{ template "name" . }}
release: "{{ .Release.Name }}"
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"