Skip to content

Commit 563f074

Browse files
authored
Merge pull request #8295 from luizm/chart-1.33.0
chore: bump CA chart image to v1.33
2 parents c93df03 + b44c40d commit 563f074

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

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.32.0
2+
appVersion: 1.33.0
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.46.6
14+
version: 9.47.0

charts/cluster-autoscaler/README.md

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

charts/cluster-autoscaler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ image:
285285
# image.repository -- Image repository
286286
repository: registry.k8s.io/autoscaling/cluster-autoscaler
287287
# image.tag -- Image tag
288-
tag: v1.32.0
288+
tag: v1.33.0
289289
# image.pullPolicy -- Image pull policy
290290
pullPolicy: IfNotPresent
291291
## Optionally specify an array of imagePullSecrets.

cluster-autoscaler/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Starting from Kubernetes 1.12, versioning scheme was changed to match Kubernetes
4949

5050
| Kubernetes Version | CA Version | Chart Version |
5151
|--------------------|--------------------------|---------------|
52+
| 1.33.x | 1.33.x |9.47.0+|
5253
| 1.32.x | 1.32.x |9.45.0+|
5354
| 1.31.x | 1.31.x |9.38.0+|
5455
| 1.30.x | 1.30.x |9.37.0+|

0 commit comments

Comments
 (0)