mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Bump aws-cluster-autoscaler to latest. (#1101)
This commit is contained in:
committed by
Adnan Abdulhussein
parent
4a77037d8e
commit
0fddb59bfb
@@ -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:
|
||||
|
||||
@@ -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 | `{}`
|
||||
|
||||
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user