mirror of
https://github.com/helm/charts.git
synced 2026-08-23 14:27:18 +00:00
Convert registry to k8s.gcr.io (#3160)
This commit is contained in:
committed by
k8s-ci-robot
parent
68b8c655c7
commit
e5aeebe314
@@ -3,7 +3,7 @@ deprecated: true
|
||||
description: Scales worker nodes within autoscaling groups.
|
||||
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
|
||||
name: aws-cluster-autoscaler
|
||||
version: 0.3.1
|
||||
version: 0.3.2
|
||||
sources:
|
||||
- https://github.com/kubernetes/contrib/tree/master/cluster-autoscaler/cloudprovider/aws
|
||||
maintainers:
|
||||
|
||||
@@ -83,7 +83,7 @@ Parameter | Description | Default
|
||||
`autoscalingGroups[].maxSize` | maximum autoscaling group size | None. You *must* supply at least one.
|
||||
`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.repository` | Image | `k8s.gcr.io/cluster-autoscaler`
|
||||
`image.tag` | Image tag | `v0.5.4`
|
||||
`image.pullPolicy` | Image pull policy | `IfNotPresent`
|
||||
`extraArgs` | additional container arguments | `{}`
|
||||
|
||||
@@ -6,7 +6,7 @@ autoscalingGroups: []
|
||||
awsRegion: us-east-1
|
||||
|
||||
image:
|
||||
repository: gcr.io/google_containers/cluster-autoscaler
|
||||
repository: k8s.gcr.io/cluster-autoscaler
|
||||
tag: v0.6.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user