From 86277407c3011a2c248e8ba95798fca39170b2cd Mon Sep 17 00:00:00 2001 From: zouyee Date: Wed, 18 Oct 2017 21:00:46 +0800 Subject: [PATCH] update kubernetes-dashboard image version to v1.7.1 --- deploy/addons/dashboard/dashboard-rc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/addons/dashboard/dashboard-rc.yaml b/deploy/addons/dashboard/dashboard-rc.yaml index 5503880e61f0..8cd406eeae2f 100644 --- a/deploy/addons/dashboard/dashboard-rc.yaml +++ b/deploy/addons/dashboard/dashboard-rc.yaml @@ -36,7 +36,7 @@ spec: spec: containers: - name: kubernetes-dashboard - image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.7.0 + image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.7.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9090