Skip to content

Commit

Permalink
Convert registry to k8s.gcr.io (helm#3161)
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 b9ccf7b commit e4633ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/cluster-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: cluster-autoscaler
version: 0.3.0
version: 0.3.1
appVersion: 1.0.3
sources:
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
Expand Down
2 changes: 1 addition & 1 deletion stable/cluster-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Parameter | Description | Default
`autoscalingGroups[].minSize` | minimum autoscaling group size | None. You *must* supply at least one.
`awsRegion` | AWS region (required if `cloudProvider=aws`) | `us-east-1`
`cloudProvider` | `aws` or `spotinst` are currently supported | `aws`
`image.repository` | Image (used if `cloudProvider=aws`) | `gcr.io/google_containers/cluster-autoscaler`
`image.repository` | Image (used if `cloudProvider=aws`) | `k8s.gcr.io/cluster-autoscaler`
`image.tag` | Image tag (used if `cloudProvider=aws`) | `v0.6.0`
`image.pullPolicy` | Image pull policy (used if `cloudProvider=aws`) | `IfNotPresent`
`extraArgs` | additional container arguments | `{}`
Expand Down
2 changes: 1 addition & 1 deletion stable/cluster-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ awsRegion: us-east-1
cloudProvider: aws

image:
repository: gcr.io/google_containers/cluster-autoscaler
repository: k8s.gcr.io/cluster-autoscaler
tag: v1.0.3
pullPolicy: IfNotPresent

Expand Down

0 comments on commit e4633ea

Please sign in to comment.