Skip to content

Commit

Permalink
Merge pull request #3672 from invidian/fix-typos
Browse files Browse the repository at this point in the history
charts/cluster-autoscaler-chart: fix typos
  • Loading branch information
k8s-ci-robot authored Nov 9, 2020
2 parents b3528ea + 57e54f6 commit 3d76c21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ name: cluster-autoscaler-chart
sources:
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
type: application
version: 1.1.0
version: 1.1.1
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Though enough for the majority of installations, the default PodSecurityPolicy _
| image.pullSecrets | list | `[]` | Image pull secrets |
| image.repository | string | `"us.gcr.io/k8s-artifacts-prod/autoscaling/cluster-autoscaler"` | Image repository |
| image.tag | string | `"v1.18.1"` | Image tag |
| kubeTargetVersionOverride | string | `""` | Allow overridding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands. |
| kubeTargetVersionOverride | string | `""` | Allow overriding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands. |
| magnumCABundlePath | string | `"/etc/kubernetes/ca-bundle.crt"` | Path to the host's CA bundle, from `ca-file` in the cloud-config file. |
| magnumClusterName | string | `""` | Cluster name or ID in Magnum. Required if `cloudProvider=magnum` and not setting `autoDiscovery.clusterName`. |
| nameOverride | string | `""` | String to partially override `cluster-autoscaler.fullname` template (will maintain the release name) |
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ image:
pullSecrets: []
# - myRegistrKeySecretName

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

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

0 comments on commit 3d76c21

Please sign in to comment.