Skip to content

Commit d4002b7

Browse files
committed
more helm updates
1 parent 85026f6 commit d4002b7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

charts/cluster-autoscaler/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.36.1
14+
version: 9.37.1

charts/cluster-autoscaler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ vpa:
430430
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
431431
| image.pullSecrets | list | `[]` | Image pull secrets |
432432
| image.repository | string | `"registry.k8s.io/autoscaling/cluster-autoscaler"` | Image repository |
433-
| image.tag | string | `"v1.29.0"` | Image tag |
433+
| image.tag | string | `"v1.30.7"` | Image tag |
434434
| kubeTargetVersionOverride | string | `""` | Allow overriding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands. |
435435
| kwokConfigMapName | string | `"kwok-provider-config"` | configmap for configuring kwok provider |
436436
| magnumCABundlePath | string | `"/etc/kubernetes/ca-bundle.crt"` | Path to the host's CA bundle, from `ca-file` in the cloud-config file. |

charts/cluster-autoscaler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ image:
236236
# image.repository -- Image repository
237237
repository: registry.k8s.io/autoscaling/cluster-autoscaler
238238
# image.tag -- Image tag
239-
tag: v1.29.0
239+
tag: v1.30.7
240240
# image.pullPolicy -- Image pull policy
241241
pullPolicy: IfNotPresent
242242
## 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.30.X | 1.30.X |9.37.0+|
5253
| 1.29.X | 1.29.X |9.35.0+|
5354
| 1.28.X | 1.28.X |9.34.0+|
5455
| 1.27.X | 1.27.X |9.29.0+|

0 commit comments

Comments
 (0)