From 654810774bb2d5da4a66dff3fbfc7c8642b517b9 Mon Sep 17 00:00:00 2001 From: Maxime VISONNEAU Date: Sun, 4 Nov 2018 20:32:23 +0000 Subject: [PATCH] Upgrade cluster-autoscaler to v1.12.0 (#8108) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * stable/cluster-autoscaler : Authorized replicasets list on 'apps' API group at cluster level Signed-off-by: Maxime VISONNEAU * Update Chart.yaml Signed-off-by: Reinhard Nägele --- stable/cluster-autoscaler/Chart.yaml | 4 ++-- stable/cluster-autoscaler/templates/clusterrole.yaml | 1 + stable/cluster-autoscaler/values.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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: []