Upgrade cluster-autoscaler to v1.12.0 (#8108)

* stable/cluster-autoscaler : Authorized replicasets list on 'apps' API group at cluster level

Signed-off-by: Maxime VISONNEAU <maxime.visonneau@gmail.com>

* Update Chart.yaml

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This commit is contained in:
Maxime VISONNEAU
2018-11-04 12:32:23 -08:00
committed by k8s-ci-robot
parent f6ec98d9b5
commit 654810774b
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -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
@@ -78,6 +78,7 @@ rules:
- apiGroups:
- apps
resources:
- replicasets
- statefulsets
verbs:
- watch
+1 -1
View File
@@ -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: []