From 6bf26211eec836aac74fac47d5aa600e85c6b176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BChlberger?= Date: Sun, 21 Apr 2019 18:59:45 +0200 Subject: [PATCH] Add daemonsets.apps to clusterrole (#12430) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Markus Mühlberger --- stable/cluster-autoscaler/Chart.yaml | 2 +- stable/cluster-autoscaler/templates/clusterrole.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/cluster-autoscaler/Chart.yaml b/stable/cluster-autoscaler/Chart.yaml index 5f96162072..e367eab29e 100644 --- a/stable/cluster-autoscaler/Chart.yaml +++ b/stable/cluster-autoscaler/Chart.yaml @@ -2,7 +2,7 @@ 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.12.1 +version: 0.12.2 appVersion: 1.13.1 home: https://github.com/kubernetes/autoscaler sources: diff --git a/stable/cluster-autoscaler/templates/clusterrole.yaml b/stable/cluster-autoscaler/templates/clusterrole.yaml index f640bc3bbc..814747b427 100644 --- a/stable/cluster-autoscaler/templates/clusterrole.yaml +++ b/stable/cluster-autoscaler/templates/clusterrole.yaml @@ -87,6 +87,7 @@ rules: - apiGroups: - apps resources: + - daemonsets - replicasets - statefulsets verbs: