Skip to content

Commit

Permalink
chore: bump CA chart version
Browse files Browse the repository at this point in the history
- this is because of changes made related to kwok
- fix type `everwhere` -> `everywhere`
Signed-off-by: vadasambar <[email protected]>
  • Loading branch information
vadasambar committed Oct 19, 2023
1 parent 83f6cff commit 8915bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/cluster-autoscaler/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8915bcd

Please sign in to comment.