diff --git a/charts/cluster-autoscaler/Chart.yaml b/charts/cluster-autoscaler/Chart.yaml index 394a0be6d268..c5219cf940d0 100644 --- a/charts/cluster-autoscaler/Chart.yaml +++ b/charts/cluster-autoscaler/Chart.yaml @@ -11,4 +11,4 @@ name: cluster-autoscaler sources: - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler type: application -version: 9.29.3 +version: 9.29.4 diff --git a/charts/cluster-autoscaler/templates/configmap.yaml b/charts/cluster-autoscaler/templates/configmap.yaml index 10a5b9438c83..6cd0c4064bfa 100644 --- a/charts/cluster-autoscaler/templates/configmap.yaml +++ b/charts/cluster-autoscaler/templates/configmap.yaml @@ -6,7 +6,7 @@ metadata: namespace: {{ .Release.Namespace }} data: config: |- - # if you see '\n' everwhere, remove all the trailing spaces + # if you see '\n' everywhere, remove all the trailing spaces apiVersion: v1alpha1 readNodesFrom: configmap # possible values: [cluster,configmap] nodegroups: @@ -46,7 +46,7 @@ metadata: namespace: {{ .Release.Namespace }} data: templates: |- - # if you see '\n' everwhere, remove all the trailing spaces + # if you see '\n' everywhere, remove all the trailing spaces apiVersion: v1 items: - apiVersion: v1