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

This commit is contained in:
Matt Farina
2017-12-28 02:50:39 -08:00
committed by k8s-ci-robot
parent c9a04b1ffc
commit fff8aa26c5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kubernetes-dashboard
version: 0.4.2
version: 0.4.3
appVersion: 1.7.1
description: General-purpose web UI for Kubernetes clusters
keywords:
+1 -1
View File
@@ -39,7 +39,7 @@ The following tables lists the configurable parameters of the kubernetes-dashboa
| Parameter | Description | Default |
|-----------------------|------------------------------------|--------------------------------------------------------------------------|
| `image` | Image | `gcr.io/google_containers/kubernetes-dashboard-amd64` |
| `image` | Image | `k8s.gcr.io/kubernetes-dashboard-amd64` |
| `imageTag` | Image tag | `v1.7.0` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `nodeSelector` | node labels for pod assignment | `{}` |
+1 -1
View File
@@ -3,7 +3,7 @@
# Declare name/value pairs to be passed into your templates.
# name: value
image: gcr.io/google_containers/kubernetes-dashboard-amd64
image: k8s.gcr.io/kubernetes-dashboard-amd64
imageTag: "v1.7.1"
imagePullPolicy: "IfNotPresent"