From 6108fa1bef67a9e29adbc1d49f365d3d73104094 Mon Sep 17 00:00:00 2001 From: Jose G Date: Mon, 6 Oct 2025 14:40:55 +0200 Subject: [PATCH] chore: bump CA Chart image to v1.34 --- charts/cluster-autoscaler/Chart.yaml | 4 ++-- charts/cluster-autoscaler/README.md | 2 +- charts/cluster-autoscaler/values.yaml | 2 +- cluster-autoscaler/README.md | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/cluster-autoscaler/Chart.yaml b/charts/cluster-autoscaler/Chart.yaml index 05a09a218bbf..e0eb40ec9cd8 100644 --- a/charts/cluster-autoscaler/Chart.yaml +++ b/charts/cluster-autoscaler/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.33.0 +appVersion: 1.34.0 description: Scales Kubernetes worker nodes within autoscaling groups. engine: gotpl home: https://github.com/kubernetes/autoscaler @@ -11,4 +11,4 @@ name: cluster-autoscaler sources: - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler type: application -version: 9.50.1 +version: 9.51.0 diff --git a/charts/cluster-autoscaler/README.md b/charts/cluster-autoscaler/README.md index 8b97032622ac..22e99efaf870 100644 --- a/charts/cluster-autoscaler/README.md +++ b/charts/cluster-autoscaler/README.md @@ -481,7 +481,7 @@ vpa: | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.pullSecrets | list | `[]` | Image pull secrets | | image.repository | string | `"registry.k8s.io/autoscaling/cluster-autoscaler"` | Image repository | -| image.tag | string | `"v1.33.0"` | Image tag | +| image.tag | string | `"v1.34.0"` | Image tag | | initContainers | list | `[]` | Any additional init containers. | | kubeTargetVersionOverride | string | `""` | Allow overriding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands. | | kwokConfigMapName | string | `"kwok-provider-config"` | configmap for configuring kwok provider | diff --git a/charts/cluster-autoscaler/values.yaml b/charts/cluster-autoscaler/values.yaml index 50865497fb20..7f5baaa10906 100644 --- a/charts/cluster-autoscaler/values.yaml +++ b/charts/cluster-autoscaler/values.yaml @@ -298,7 +298,7 @@ image: # image.repository -- Image repository repository: registry.k8s.io/autoscaling/cluster-autoscaler # image.tag -- Image tag - tag: v1.33.0 + tag: v1.34.0 # image.pullPolicy -- Image pull policy pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. diff --git a/cluster-autoscaler/README.md b/cluster-autoscaler/README.md index 11c5a7990132..0511120aad91 100644 --- a/cluster-autoscaler/README.md +++ b/cluster-autoscaler/README.md @@ -51,6 +51,7 @@ Starting from Kubernetes 1.12, versioning scheme was changed to match Kubernetes | Kubernetes Version | CA Version | Chart Version | |--------------------|--------------------------|---------------| +| 1.34.x | 1.34.x |9.51.0+| | 1.33.x | 1.33.x |9.47.0+| | 1.32.x | 1.32.x |9.45.0+| | 1.31.x | 1.31.x |9.38.0+|