mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
e4ef121594
commit
78e29c5ff0
@@ -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:
|
||||
|
||||
@@ -23,3 +23,4 @@ spec:
|
||||
selector:
|
||||
app: {{ template "name" . }}
|
||||
release: "{{ .Release.Name }}"
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
|
||||
Reference in New Issue
Block a user