Skip to content

Commit

Permalink
Set Dashboard UI version to v1.5.0-beta1
Browse files Browse the repository at this point in the history
There will be one more such PR coming for 1.5 release. In one week.

Github release info:
https://github.com/kubernetes/dashboard/releases/tag/v1.5.0-beta1
  • Loading branch information
bryk committed Nov 22, 2016
1 parent bc331ad commit a86d61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/addons/dashboard/dashboard-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.2
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0-beta1
resources:
# keep request = limit to keep this container in guaranteed class
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0-beta1
resources:
# keep request = limit to keep this container in guaranteed class
limits:
Expand Down

0 comments on commit a86d61b

Please sign in to comment.