File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
charts/cluster-autoscaler Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ name: cluster-autoscaler
11
11
sources :
12
12
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
13
13
type : application
14
- version : 9.29.5
14
+ version : 9.30.0
Original file line number Diff line number Diff line change @@ -40,11 +40,14 @@ app.kubernetes.io/name: {{ include "cluster-autoscaler.name" . | quote }}
40
40
41
41
42
42
{ {/*
43
- Return labels, including instance and name .
43
+ Return labels, including instance, name and version .
44
44
*/} }
45
45
{ {- define " cluster-autoscaler.labels" -} }
46
46
{ { include " cluster-autoscaler.instance-name" . } }
47
47
app.kubernetes.io/managed-by: { { .Release.Service | quote } }
48
+ { {- if .Chart.AppVersion } }
49
+ app.kubernetes.io/version: { { .Chart.AppVersion | quote } }
50
+ { {- end } }
48
51
helm.sh/chart: { { include " cluster-autoscaler.chart" . | quote } }
49
52
{ {- if .Values.additionalLabels } }
50
53
{ { toYaml .Values.additionalLabels } }
You can’t perform that action at this time.
0 commit comments