diff --git a/stable/cluster-autoscaler/Chart.yaml b/stable/cluster-autoscaler/Chart.yaml index 8ab9e60ccd..ab21b23269 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.7.0 -appVersion: 1.2.2 +version: 0.8.0 +appVersion: 1.12.0 home: https://github.com/kubernetes/autoscaler sources: - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler diff --git a/stable/cluster-autoscaler/templates/clusterrole.yaml b/stable/cluster-autoscaler/templates/clusterrole.yaml index 8ea860e950..9b65752571 100644 --- a/stable/cluster-autoscaler/templates/clusterrole.yaml +++ b/stable/cluster-autoscaler/templates/clusterrole.yaml @@ -78,6 +78,7 @@ rules: - apiGroups: - apps resources: + - replicasets - statefulsets verbs: - watch diff --git a/stable/cluster-autoscaler/values.yaml b/stable/cluster-autoscaler/values.yaml index a5aef81e4f..db11513731 100644 --- a/stable/cluster-autoscaler/values.yaml +++ b/stable/cluster-autoscaler/values.yaml @@ -34,7 +34,7 @@ cloudConfigPath: /etc/gce.conf image: repository: k8s.gcr.io/cluster-autoscaler - tag: v1.2.2 + tag: v1.12.0 pullPolicy: IfNotPresent tolerations: []