File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
cluster-autoscaler/charts/cluster-autoscaler Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 1.33.0
2+ appVersion : 1.34.1
33description : Scales Kubernetes worker nodes within autoscaling groups.
44engine : gotpl
55home : https://github.com/kubernetes/autoscaler
@@ -11,4 +11,4 @@ name: cluster-autoscaler
1111sources :
1212 - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
1313type : application
14- version : 9.51 .0
14+ version : 9.52 .0
Original file line number Diff line number Diff line change 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 |
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments