Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
Upgraded Dashboard to version 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
pires committed Aug 12, 2016
1 parent 6beb439 commit 9f2944b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/dashboard/dashboard-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: kube-system
labels:
k8s-app: kubernetes-dashboard
version: v1.1.0
version: v1.1.1
kubernetes.io/cluster-service: "true"
spec:
replicas: 1
Expand All @@ -17,12 +17,12 @@ spec:
metadata:
labels:
k8s-app: kubernetes-dashboard
version: v1.1.0-beta3
version: v1.1.1
kubernetes.io/cluster-service: "true"
spec:
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.1
resources:
# keep request = limit to keep this container in guaranteed class
limits:
Expand Down

0 comments on commit 9f2944b

Please sign in to comment.