Commit 4981e0e3 authored by Rob Franken's avatar Rob Franken Committed by Rob Franken

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
parent c98fc701
...@@ -21,7 +21,7 @@ spec: ...@@ -21,7 +21,7 @@ spec:
spec: spec:
containers: containers:
- name: kubernetes-dashboard - 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: resources:
# keep request = limit to keep this container in guaranteed class # keep request = limit to keep this container in guaranteed class
limits: limits:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment