From 43541576ef2d5019f5f1b3f3690b6446c76cde2c Mon Sep 17 00:00:00 2001 From: Corey O'Brien Date: Tue, 1 Oct 2019 10:55:34 -0400 Subject: [PATCH] [stable/cluster-autoscaler] Bump to 1.14.5 and update RBAC permissions (#17569) Signed-off-by: Corey O'Brien --- 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 def4def28f..07f61ce4ef 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: 5.0.0 -appVersion: 1.13.7 +version: 5.1.0 +appVersion: 1.14.5 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 7fa49c4f32..b7954d41dc 100644 --- a/stable/cluster-autoscaler/templates/clusterrole.yaml +++ b/stable/cluster-autoscaler/templates/clusterrole.yaml @@ -95,6 +95,7 @@ rules: - storage.k8s.io resources: - storageclasses + - csinodes verbs: - watch - list diff --git a/stable/cluster-autoscaler/values.yaml b/stable/cluster-autoscaler/values.yaml index 94e96397cf..b676ded6f0 100644 --- a/stable/cluster-autoscaler/values.yaml +++ b/stable/cluster-autoscaler/values.yaml @@ -53,7 +53,7 @@ cloudConfigPath: /etc/gce.conf image: repository: k8s.gcr.io/cluster-autoscaler - tag: v1.13.7 + tag: v1.14.5 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.