We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5ae18 commit ad01c24Copy full SHA for ad01c24
1 file changed
charts/kube-state-metrics/templates/deployment.yaml
@@ -12,6 +12,7 @@ metadata:
12
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
13
app.kubernetes.io/instance: "{{ .Release.Name }}"
14
app.kubernetes.io/managed-by: "{{ .Release.Service }}"
15
+ app.kubernetes.io/version: "{{ .Chart.AppVersion }}"
16
{{- if .Values.customLabels }}
17
{{ toYaml .Values.customLabels | indent 4 }}
18
{{- end }}
0 commit comments