diff --git a/cluster/addons/dashboard/dashboard-controller.yaml b/cluster/addons/dashboard/dashboard-controller.yaml index b05c4c39b4a..9f9eb7d73ed 100644 --- a/cluster/addons/dashboard/dashboard-controller.yaml +++ b/cluster/addons/dashboard/dashboard-controller.yaml @@ -3,7 +3,7 @@ kind: ReplicationController metadata: # Keep the name in sync with image version and # gce/coreos/kube-manifests/addons/dashboard counterparts - name: kubernetes-dashboard-v0.1.0 + name: kubernetes-dashboard-v1.0.0beta1 namespace: kube-system labels: k8s-app: kubernetes-dashboard @@ -20,7 +20,7 @@ spec: spec: containers: - name: kubernetes-dashboard - image: gcr.io/google_containers/kubernetes-dashboard-amd64:v0.1.0 + image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.0-beta1 resources: # keep request = limit to keep this container in guaranteed class limits: diff --git a/cluster/gce/coreos/kube-manifests/addons/dashboard/dashboard-controller.yaml b/cluster/gce/coreos/kube-manifests/addons/dashboard/dashboard-controller.yaml index 41b02123a7e..8da7ee7fa9b 100644 --- a/cluster/gce/coreos/kube-manifests/addons/dashboard/dashboard-controller.yaml +++ b/cluster/gce/coreos/kube-manifests/addons/dashboard/dashboard-controller.yaml @@ -1,7 +1,8 @@ apiVersion: v1 kind: ReplicationController metadata: - name: kubernetes-dashboard-v0.1.0 + # Keep this file in sync with addons/dashboard/dashboard-controller.yaml + name: kubernetes-dashboard-v1.0.0beta1 namespace: kube-system labels: k8s-app: kubernetes-dashboard @@ -18,7 +19,7 @@ spec: spec: containers: - name: kubernetes-dashboard - image: gcr.io/google_containers/kubernetes-dashboard-amd64:v0.1.0 + image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.0-beta1 resources: # keep request = limit to keep this container in guaranteed class limits: