diff --git a/charts/cluster-autoscaler/Chart.yaml b/charts/cluster-autoscaler/Chart.yaml index c871126adba8..7bbaffd34b6c 100644 --- a/charts/cluster-autoscaler/Chart.yaml +++ b/charts/cluster-autoscaler/Chart.yaml @@ -11,4 +11,4 @@ name: cluster-autoscaler sources: - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler type: application -version: 9.29.1 +version: 9.29.2 diff --git a/charts/cluster-autoscaler/templates/_helpers.tpl b/charts/cluster-autoscaler/templates/_helpers.tpl index 944fd1cf6f24..c6a54b435031 100644 --- a/charts/cluster-autoscaler/templates/_helpers.tpl +++ b/charts/cluster-autoscaler/templates/_helpers.tpl @@ -46,6 +46,7 @@ Return labels, including instance and name. {{ include "cluster-autoscaler.instance-name" . }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} helm.sh/chart: {{ include "cluster-autoscaler.chart" . | quote }} +app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- if .Values.additionalLabels }} {{ toYaml .Values.additionalLabels }} {{- end -}}