[stable/kubernetes-dahboard]update kubernetes-dashboard image version to v1.7.0 (#2344)

* update kubernetes-dashboard image version to v1.7.0

* Bump versions

* Update README.md
This commit is contained in:
zoues
2017-09-28 21:05:03 +02:00
committed by Reinhard Nägele
parent 2bbff44ea2
commit fc3f037162
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: kubernetes-dashboard
version: 0.3.0
appVersion: 1.6.3
version: 0.4.0
appVersion: 1.7.0
description: General-purpose web UI for Kubernetes clusters
keywords:
- kubernetes
+1 -1
View File
@@ -40,7 +40,7 @@ The following tables lists the configurable parameters of the kubernetes-dashboa
| Parameter | Description | Default |
|-----------------------|------------------------------------|--------------------------------------------------------------------------|
| `image` | Image | `gcr.io/google_containers/kubernetes-dashboard-amd64` |
| `imageTag` | Image tag | `v1.6.1` |
| `imageTag` | Image tag | `v1.7.0` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `nodeSelector` | node labels for pod assignment | `{}` |
| `httpPort` | Dashboard port | 80 |
+1 -1
View File
@@ -4,7 +4,7 @@
# name: value
image: gcr.io/google_containers/kubernetes-dashboard-amd64
imageTag: "v1.6.3"
imageTag: "v1.7.0"
imagePullPolicy: "IfNotPresent"
nodeSelector: {}