Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Upgrade cluster-autoscaler to v1.12.0 (#8108)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
mvisonneau authored and k8s-ci-robot committed Nov 4, 2018
1 parent f6ec98d commit 6548107
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stable/cluster-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions stable/cluster-autoscaler/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ rules:
- apiGroups:
- apps
resources:
- replicasets
- statefulsets
verbs:
- watch
Expand Down
2 changes: 1 addition & 1 deletion stable/cluster-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 6548107

Please sign in to comment.