Bump CA Chart image to v1.30
This commit is contained in:
parent
3fd892a37b
commit
2044a41687
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: 1.29.0
|
||||
appVersion: 1.30.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.36.0
|
||||
version: 9.37.0
|
||||
|
|
|
@ -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.29.0"` | Image tag |
|
||||
| image.tag | string | `"v1.30.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. |
|
||||
|
|
|
@ -236,7 +236,7 @@ image:
|
|||
# image.repository -- Image repository
|
||||
repository: registry.k8s.io/autoscaling/cluster-autoscaler
|
||||
# image.tag -- Image tag
|
||||
tag: v1.29.0
|
||||
tag: v1.30.0
|
||||
# image.pullPolicy -- Image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
|
|
@ -49,6 +49,7 @@ Starting from Kubernetes 1.12, versioning scheme was changed to match Kubernetes
|
|||
|
||||
| Kubernetes Version | CA Version | Chart Version |
|
||||
|--------------------|--------------------------|---------------|
|
||||
| 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+|
|
||||
| 1.27.X | 1.27.X |9.29.0+|
|
||||
|
|
Loading…
Reference in New Issue