From 4981e0e37ce58a38c43449ef5838146fec6c3835 Mon Sep 17 00:00:00 2001 From: Rob Franken Date: Mon, 31 Oct 2016 13:09:59 +0100 Subject: [PATCH] Update used dashboard version to 1.4.2 Dashboard 1.4.2 contains a fix for an XSS security bug, so I think it would be prudent to update the Dashboard version 'shipped' with kubernetes to this version --- cluster/addons/dashboard/dashboard-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/dashboard/dashboard-controller.yaml b/cluster/addons/dashboard/dashboard-controller.yaml index 01446f8522..65ec6411a6 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.0 + image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.2 resources: # keep request = limit to keep this container in guaranteed class limits: