Convert registry to k8s.gcr.io (#3159)

This commit is contained in:
Matt Farina
2017-12-28 02:26:36 -08:00
committed by k8s-ci-robot
parent 4e85f9d3d3
commit a7b1020468
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: kube-registry-proxy
home: https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/registry
version: 0.2.0
version: 0.2.1
description: Installs the kubernetes-registry-proxy cluster addon.
maintainers:
- name: Deis Team
+1 -1
View File
@@ -15,7 +15,7 @@ $ helm install --name my-release incubator/kube-registry-proxy
| Parameter | Description | Default |
|--------------------|-------------------------------------|----------------------------------------------|
| `image.repository` | The image repository to pull from | gcr.io/google_containers/kube-registry-proxy |
| `image.repository` | The image repository to pull from | k8s.gcr.io/kube-registry-proxy |
| `image.tag` | The image tag to pull from | 0.4 |
| `image.pullPolicy` | Image pull policy | IfNotPresent |
| `registry.host` | The hostname of the target registry | "gcr.io" |
@@ -0,0 +1 @@
kubernetes-registry-proxy has been installed.
+1 -1
View File
@@ -1,5 +1,5 @@
image:
repository: gcr.io/google_containers/kube-registry-proxy
repository: k8s.gcr.io/kube-registry-proxy
tag: 0.4
pullPolicy: IfNotPresent