1- From a64acda5ea7015c4c7208c0893d8d4f3fa153c22 Mon Sep 17 00:00:00 2001
1+ From a7dee99f9ad612022fa0e8a20435cdd31e06e0ac Mon Sep 17 00:00:00 2001
22From: Prow Bot <prow@amazonaws.com>
3- Date: Mon, 30 Sep 2024 02:36:00 -0700
3+ Date: Tue, 1 Oct 2024 13:51:45 -0700
44Subject: [PATCH 2/3] Add image values
55
66---
77 .../templates/deployment.yaml | 12 +++++-------
8- charts/cluster-autoscaler/values.yaml | 19 +++++++++----------
8+ .../ charts/cluster-autoscaler/values.yaml | 19 +++++++++----------
99 2 files changed, 14 insertions(+), 17 deletions(-)
1010
11- diff --git a/charts/cluster-autoscaler/templates/deployment.yaml b/charts/cluster-autoscaler/templates/deployment.yaml
12- index 1b06186bf..0324e1181 100644
13- --- a/charts/cluster-autoscaler/templates/deployment.yaml
14- +++ b/charts/cluster-autoscaler/templates/deployment.yaml
15- @@ -37 ,6 +37 ,10 @@ spec:
11+ diff --git a/cluster-autoscaler/ charts/cluster-autoscaler/templates/deployment.yaml b/cluster-autoscaler /charts/cluster-autoscaler/templates/deployment.yaml
12+ index cb4982b37..4a13dc695 100644
13+ --- a/cluster-autoscaler/ charts/cluster-autoscaler/templates/deployment.yaml
14+ +++ b/cluster-autoscaler/ charts/cluster-autoscaler/templates/deployment.yaml
15+ @@ -41 ,6 +41 ,10 @@ spec:
1616 {{ toYaml .Values.podLabels | indent 8 }}
1717 {{- end }}
1818 spec:
@@ -23,7 +23,7 @@ index 1b06186bf..0324e1181 100644
2323 {{- if .Values.priorityClassName }}
2424 priorityClassName: "{{ .Values.priorityClassName }}"
2525 {{- end }}
26- @@ -48 ,7 +52 ,7 @@ spec:
26+ @@ -60 ,7 +64 ,7 @@ spec:
2727 {{- end }}
2828 containers:
2929 - name: {{ template "cluster-autoscaler.name" . }}
@@ -32,7 +32,7 @@ index 1b06186bf..0324e1181 100644
3232 imagePullPolicy: "{{ .Values.image.pullPolicy }}"
3333 command:
3434 - ./cluster-autoscaler
35- @@ -329 ,11 +333 ,5 @@ spec:
35+ @@ -370 ,11 +374 ,5 @@ spec:
3636 secret:
3737 secretName: {{ .Values.clusterAPIKubeconfigSecret }}
3838 {{- end }}
@@ -44,11 +44,11 @@ index 1b06186bf..0324e1181 100644
4444- {{- end }}
4545 {{- end }}
4646 {{- end }}
47- diff --git a/charts/cluster-autoscaler/values.yaml b/charts/cluster-autoscaler/values.yaml
48- index 10055a035..60a5b05a0 100644
49- --- a/charts/cluster-autoscaler/values.yaml
50- +++ b/charts/cluster-autoscaler/values.yaml
51- @@ -250 ,20 +250 ,19 @@ fullnameOverride: ""
47+ diff --git a/cluster-autoscaler/ charts/cluster-autoscaler/values.yaml b/cluster-autoscaler /charts/cluster-autoscaler/values.yaml
48+ index 24d2e0e87..8f376a52d 100644
49+ --- a/cluster-autoscaler/ charts/cluster-autoscaler/values.yaml
50+ +++ b/cluster-autoscaler/ charts/cluster-autoscaler/values.yaml
51+ @@ -296 ,20 +296 ,19 @@ fullnameOverride: ""
5252 # hostNetwork -- Whether to expose network interfaces of the host machine to pods.
5353 hostNetwork: false
5454
@@ -59,10 +59,10 @@ index 10055a035..60a5b05a0 100644
5959 # image.repository -- Image repository
6060- repository: registry.k8s.io/autoscaling/cluster-autoscaler
6161- # image.tag -- Image tag
62- - tag: v1.31.0
62+ - tag: v1.34.2
6363+ repository: kubernetes/autoscaler
6464+ # image.digest -- Image digest
65- + digest: {{kubernetes/autoscaler}}
65+ + digest: {{kubernetes/autoscaler}}
6666 # image.pullPolicy -- Image pull policy
6767 pullPolicy: IfNotPresent
6868- ## Optionally specify an array of imagePullSecrets.
@@ -79,5 +79,5 @@ index 10055a035..60a5b05a0 100644
7979 # kubeTargetVersionOverride -- Allow overriding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands.
8080 kubeTargetVersionOverride: ""
8181- -
82- 2.44.0
82+ 2.34.1
8383
0 commit comments