[stable/cluster-autoscaler] Bump to version 1.1.0 (#3248)

This commit is contained in:
Erick Tryzelaar
2018-01-14 07:42:20 -08:00
committed by k8s-ci-robot
parent bb824cd711
commit c1f3d139ad
3 changed files with 11 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.3.1
appVersion: 1.0.3
version: 0.4.0
appVersion: 1.1.0
sources:
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
- https://github.com/spotinst/kubernetes-autoscaler/tree/master/cluster-autoscaler
@@ -83,4 +83,12 @@ rules:
- watch
- list
- get
- apiGroups:
- storage.k8s.io
resources:
- storageclasses
verbs:
- watch
- list
- get
{{- end -}}
+1 -1
View File
@@ -11,7 +11,7 @@ cloudProvider: aws
image:
repository: k8s.gcr.io/cluster-autoscaler
tag: v1.0.3
tag: v1.1.0
pullPolicy: IfNotPresent
tolerations: []