Skip to content

Commit ad01c24

Browse files
committed
chart: Add AppVersion to labels
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
1 parent ca5ae18 commit ad01c24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

charts/kube-state-metrics/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ metadata:
1212
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
1313
app.kubernetes.io/instance: "{{ .Release.Name }}"
1414
app.kubernetes.io/managed-by: "{{ .Release.Service }}"
15+
app.kubernetes.io/version: "{{ .Chart.AppVersion }}"
1516
{{- if .Values.customLabels }}
1617
{{ toYaml .Values.customLabels | indent 4 }}
1718
{{- end }}

0 commit comments

Comments
 (0)