Commit e2baa8e1 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #49855 from zouyee/kiq

Automatic merge from submit-queue (batch tested with PRs 49855, 49915) update dashboard image version fix https://github.com/kubernetes/kubernetes/issues/50195 **What this PR does / why we need it:** Updates dashboard addon to latest version. Changelog can be found [here](https://github.com/kubernetes/dashboard/releases/tag/v1.6.3). **Release note:** ``` Update dashboard version to v1.6.3 ```
parents 48415c01 a57e3eab
......@@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.1
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.3
resources:
# keep request = limit to keep this container in guaranteed class
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