From 8330997575c7a335405bedc583ee2c34b8280104 Mon Sep 17 00:00:00 2001 From: shubham82 Date: Tue, 3 Sep 2024 14:16:50 +0530 Subject: [PATCH] Bump CA Chart image to v1.31 --- 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 9f74a0b55186..4ac0ae2e836a 100644 --- a/charts/cluster-autoscaler/Chart.yaml +++ b/charts/cluster-autoscaler/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.30.0 +appVersion: 1.31.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.37.0 +version: 9.38.0 diff --git a/charts/cluster-autoscaler/README.md b/charts/cluster-autoscaler/README.md index ac6fef8e5665..f44e692284a2 100644 --- a/charts/cluster-autoscaler/README.md +++ b/charts/cluster-autoscaler/README.md @@ -430,7 +430,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.30.0"` | Image tag | +| image.tag | string | `"v1.31.0"` | Image tag | | kubeTargetVersionOverride | string | `""` | Allow overriding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands. | | kwokConfigMapName | string | `"kwok-provider-config"` | configmap for configuring kwok provider | | magnumCABundlePath | string | `"/etc/kubernetes/ca-bundle.crt"` | Path to the host's CA bundle, from `ca-file` in the cloud-config file. | diff --git a/charts/cluster-autoscaler/values.yaml b/charts/cluster-autoscaler/values.yaml index ac19825e0881..f235bf6f4d02 100644 --- a/charts/cluster-autoscaler/values.yaml +++ b/charts/cluster-autoscaler/values.yaml @@ -236,7 +236,7 @@ image: # image.repository -- Image repository repository: registry.k8s.io/autoscaling/cluster-autoscaler # image.tag -- Image tag - tag: v1.30.0 + tag: v1.31.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 195e092f48d1..68f481c40703 100644 --- a/cluster-autoscaler/README.md +++ b/cluster-autoscaler/README.md @@ -49,6 +49,7 @@ Starting from Kubernetes 1.12, versioning scheme was changed to match Kubernetes | Kubernetes Version | CA Version | Chart Version | |--------------------|--------------------------|---------------| +| 1.31.x | 1.31.x |9.38.0+| | 1.30.x | 1.30.x |9.37.0+| | 1.29.X | 1.29.X |9.35.0+| | 1.28.X | 1.28.X |9.34.0+|