From a7b1020468bbafc32f973a509b92ee7894a8dfe4 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Thu, 28 Dec 2017 05:26:36 -0500 Subject: [PATCH] Convert registry to k8s.gcr.io (#3159) --- incubator/kube-registry-proxy/Chart.yaml | 2 +- incubator/kube-registry-proxy/README.md | 2 +- incubator/kube-registry-proxy/templates/NOTES.txt | 1 + incubator/kube-registry-proxy/values.yaml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 incubator/kube-registry-proxy/templates/NOTES.txt diff --git a/incubator/kube-registry-proxy/Chart.yaml b/incubator/kube-registry-proxy/Chart.yaml index aef787576d..6e676fef00 100644 --- a/incubator/kube-registry-proxy/Chart.yaml +++ b/incubator/kube-registry-proxy/Chart.yaml @@ -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 diff --git a/incubator/kube-registry-proxy/README.md b/incubator/kube-registry-proxy/README.md index 43863791db..8f4fe4b0e6 100644 --- a/incubator/kube-registry-proxy/README.md +++ b/incubator/kube-registry-proxy/README.md @@ -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" | diff --git a/incubator/kube-registry-proxy/templates/NOTES.txt b/incubator/kube-registry-proxy/templates/NOTES.txt new file mode 100644 index 0000000000..ea4983f845 --- /dev/null +++ b/incubator/kube-registry-proxy/templates/NOTES.txt @@ -0,0 +1 @@ +kubernetes-registry-proxy has been installed. \ No newline at end of file diff --git a/incubator/kube-registry-proxy/values.yaml b/incubator/kube-registry-proxy/values.yaml index 5cbd5b2bcc..4ca06aaff3 100644 --- a/incubator/kube-registry-proxy/values.yaml +++ b/incubator/kube-registry-proxy/values.yaml @@ -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