Bump aws-cluster-autoscaler to latest. (#1101)

This commit is contained in:
Mike Splain
2017-06-20 11:42:50 +01:00
committed by Adnan Abdulhussein
parent 4a77037d8e
commit 0fddb59bfb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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: aws-cluster-autoscaler
version: 0.2.1
version: 0.2.2
sources:
- https://github.com/kubernetes/contrib/tree/master/cluster-autoscaler/cloudprovider/aws
maintainers:
+1 -1
View File
@@ -82,7 +82,7 @@ Parameter | Description | Default
`autoscalingGroups[].minSize` | minimum autoscaling group size | None. You *must* supply at least one.
`awsRegion` | AWS region | `us-east-1`
`image.repository` | Image | `gcr.io/google_containers/cluster-autoscaler`
`image.tag` | Image tag | `v0.4.0`
`image.tag` | Image tag | `v0.5.4`
`image.pullPolicy` | Image pull policy | `IfNotPresent`
`extraArgs` | additional container arguments | `{}`
`nodeSelector` | node labels for pod assignment | `{}`
+1 -1
View File
@@ -7,7 +7,7 @@ awsRegion: us-east-1
image:
repository: gcr.io/google_containers/cluster-autoscaler
tag: v0.4.0
tag: v0.5.4
pullPolicy: IfNotPresent
extraArgs: {}