mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Convert registry to k8s.gcr.io (#3159)
This commit is contained in:
committed by
k8s-ci-robot
parent
4e85f9d3d3
commit
a7b1020468
@@ -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
|
||||
|
||||
@@ -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,5 +1,5 @@
|
||||
image:
|
||||
repository: gcr.io/google_containers/kube-registry-proxy
|
||||
repository: k8s.gcr.io/kube-registry-proxy
|
||||
tag: 0.4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user