mirror of https://github.com/k3s-io/k3s
Merge pull request #35895 from rf232/patch-1
Automatic merge from submit-queue Update Dashboard UI version to 1.4.2 **What this PR does / why we need it**: 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 **Special notes for your reviewer**: **Release note**: - Updated dashboard version in addons to 1.4.2```pull/6/head
commit
5e52db2e4f
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue