File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cluster-autoscaler/charts/cluster-autoscaler Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 1.34.1
2+ appVersion : 1.34.2
33description : Scales Kubernetes worker nodes within autoscaling groups.
44engine : gotpl
55home : https://github.com/kubernetes/autoscaler
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.34.1 " ` | Image tag |
484+ | image.tag | string | ` "v1.34.2 " ` | 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.34.1
301+ tag : v1.34.2
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