mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Convert registry to k8s.gcr.io (#3164)
This commit is contained in:
committed by
k8s-ci-robot
parent
c9a04b1ffc
commit
fff8aa26c5
@@ -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:
|
||||
|
||||
@@ -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 | `{}` |
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user