From a86d61b5f94ccb34cb4d6f9dea29d60ac336926b Mon Sep 17 00:00:00 2001 From: bryk Date: Tue, 22 Nov 2016 14:51:53 +0100 Subject: [PATCH] Set Dashboard UI version to v1.5.0-beta1 There will be one more such PR coming for 1.5 release. In one week. Github release info: https://github.com/kubernetes/dashboard/releases/tag/v1.5.0-beta1 --- cluster/addons/dashboard/dashboard-controller.yaml | 2 +- .../kube-manifests/addons/dashboard/dashboard-controller.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/addons/dashboard/dashboard-controller.yaml b/cluster/addons/dashboard/dashboard-controller.yaml index 65ec6411a6b..341e0b767d2 100644 --- a/cluster/addons/dashboard/dashboard-controller.yaml +++ b/cluster/addons/dashboard/dashboard-controller.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: kubernetes-dashboard - image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.2 + image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0-beta1 resources: # keep request = limit to keep this container in guaranteed class limits: diff --git a/cluster/gce/coreos/kube-manifests/addons/dashboard/dashboard-controller.yaml b/cluster/gce/coreos/kube-manifests/addons/dashboard/dashboard-controller.yaml index eed9bdd9fe3..182361dfa72 100644 --- a/cluster/gce/coreos/kube-manifests/addons/dashboard/dashboard-controller.yaml +++ b/cluster/gce/coreos/kube-manifests/addons/dashboard/dashboard-controller.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: kubernetes-dashboard - image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.0 + image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0-beta1 resources: # keep request = limit to keep this container in guaranteed class limits: