Skip to content

Commit 3d76c21

Browse files
authored
Merge pull request kubernetes#3672 from invidian/fix-typos
charts/cluster-autoscaler-chart: fix typos
2 parents b3528ea + 57e54f6 commit 3d76c21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/cluster-autoscaler-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ name: cluster-autoscaler-chart
1717
sources:
1818
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
1919
type: application
20-
version: 1.1.0
20+
version: 1.1.1

charts/cluster-autoscaler-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Though enough for the majority of installations, the default PodSecurityPolicy _
342342
| image.pullSecrets | list | `[]` | Image pull secrets |
343343
| image.repository | string | `"us.gcr.io/k8s-artifacts-prod/autoscaling/cluster-autoscaler"` | Image repository |
344344
| image.tag | string | `"v1.18.1"` | Image tag |
345-
| kubeTargetVersionOverride | string | `""` | Allow overridding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands. |
345+
| kubeTargetVersionOverride | string | `""` | Allow overriding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands. |
346346
| magnumCABundlePath | string | `"/etc/kubernetes/ca-bundle.crt"` | Path to the host's CA bundle, from `ca-file` in the cloud-config file. |
347347
| magnumClusterName | string | `""` | Cluster name or ID in Magnum. Required if `cloudProvider=magnum` and not setting `autoDiscovery.clusterName`. |
348348
| nameOverride | string | `""` | String to partially override `cluster-autoscaler.fullname` template (will maintain the release name) |

charts/cluster-autoscaler-chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ image:
168168
pullSecrets: []
169169
# - myRegistrKeySecretName
170170

171-
# kubeTargetVersionOverride -- Allow overridding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands.
171+
# kubeTargetVersionOverride -- Allow overriding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands.
172172
kubeTargetVersionOverride: ""
173173

174174
# nameOverride -- String to partially override `cluster-autoscaler.fullname` template (will maintain the release name)

0 commit comments

Comments
 (0)