mirror of https://github.com/k3s-io/k3s
Merge pull request #37684 from rf232/dashboard-v1.5.0
Automatic merge from submit-queue Set Dashboard UI version to v1.5.0 Updating the dashboard version to v1.5.0 see our release notes at https://github.com/kubernetes/dashboard/releases/tag/v1.5.0pull/6/head
commit
878ba91d7a
|
@ -21,7 +21,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: kubernetes-dashboard
|
||||
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0-beta1
|
||||
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0
|
||||
resources:
|
||||
# keep request = limit to keep this container in guaranteed class
|
||||
limits:
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: kubernetes-dashboard
|
||||
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0-beta1
|
||||
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0
|
||||
resources:
|
||||
# keep request = limit to keep this container in guaranteed class
|
||||
limits:
|
||||
|
|
Loading…
Reference in New Issue