Skip to content

Commit 34cfc53

Browse files
authored
Merge pull request #8655 from jackfrancis/ca-chart-1.34.1
[cluster-autoscaler] update chart to 1.34.1
2 parents fa7a5bc + c515be7 commit 34cfc53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cluster-autoscaler/charts/cluster-autoscaler/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.33.0
2+
appVersion: 1.34.1
33
description: Scales Kubernetes worker nodes within autoscaling groups.
44
engine: gotpl
55
home: https://github.com/kubernetes/autoscaler
@@ -11,4 +11,4 @@ name: cluster-autoscaler
1111
sources:
1212
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
1313
type: application
14-
version: 9.51.0
14+
version: 9.52.0

cluster-autoscaler/charts/cluster-autoscaler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ vpa:
481481
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
482482
| image.pullSecrets | list | `[]` | Image pull secrets |
483483
| image.repository | string | `"registry.k8s.io/autoscaling/cluster-autoscaler"` | Image repository |
484-
| image.tag | string | `"v1.33.0"` | Image tag |
484+
| image.tag | string | `"v1.34.1"` | Image tag |
485485
| initContainers | list | `[]` | Any additional init containers. |
486486
| kubeTargetVersionOverride | string | `""` | Allow overriding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands. |
487487
| kwokConfigMapName | string | `"kwok-provider-config"` | configmap for configuring kwok provider |

cluster-autoscaler/charts/cluster-autoscaler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ image:
298298
# image.repository -- Image repository
299299
repository: registry.k8s.io/autoscaling/cluster-autoscaler
300300
# image.tag -- Image tag
301-
tag: v1.33.0
301+
tag: v1.34.1
302302
# image.pullPolicy -- Image pull policy
303303
pullPolicy: IfNotPresent
304304
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)