mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
k8s-ci-robot
parent
f6ec98d9b5
commit
654810774b
@@ -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
|
||||
|
||||
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user