Skip to content

Commit

Permalink
Convert registry to k8s.gcr.io (helm#3160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfarina authored and k8s-ci-robot committed Dec 28, 2017
1 parent 68b8c65 commit e5aeebe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/aws-cluster-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stable/aws-cluster-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `{}`
Expand Down
2 changes: 1 addition & 1 deletion stable/aws-cluster-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e5aeebe

Please sign in to comment.