diff --git a/stable/cluster-autoscaler/Chart.yaml b/stable/cluster-autoscaler/Chart.yaml index d4356119a5..b168310ecf 100644 --- a/stable/cluster-autoscaler/Chart.yaml +++ b/stable/cluster-autoscaler/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 description: Scales worker nodes within autoscaling groups. icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png name: cluster-autoscaler -version: 0.3.1 -appVersion: 1.0.3 +version: 0.4.0 +appVersion: 1.1.0 sources: - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler - https://github.com/spotinst/kubernetes-autoscaler/tree/master/cluster-autoscaler diff --git a/stable/cluster-autoscaler/templates/clusterrole.yaml b/stable/cluster-autoscaler/templates/clusterrole.yaml index 98951f2e38..07397f7c6a 100644 --- a/stable/cluster-autoscaler/templates/clusterrole.yaml +++ b/stable/cluster-autoscaler/templates/clusterrole.yaml @@ -83,4 +83,12 @@ rules: - watch - list - get + - apiGroups: + - storage.k8s.io + resources: + - storageclasses + verbs: + - watch + - list + - get {{- end -}} diff --git a/stable/cluster-autoscaler/values.yaml b/stable/cluster-autoscaler/values.yaml index dc044f5311..cc1c657ba6 100644 --- a/stable/cluster-autoscaler/values.yaml +++ b/stable/cluster-autoscaler/values.yaml @@ -11,7 +11,7 @@ cloudProvider: aws image: repository: k8s.gcr.io/cluster-autoscaler - tag: v1.0.3 + tag: v1.1.0 pullPolicy: IfNotPresent tolerations: []