Skip to content

Commit

Permalink
Merge pull request #5934 from tstromberg/up-dash
Browse files Browse the repository at this point in the history
dashboard: Update to latest images (2.0.0-beta6)
  • Loading branch information
k8s-ci-robot authored Nov 22, 2019
2 parents 3cf68fa + 786ffe8 commit b96bb0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/addons/dashboard/dashboard-dp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: dashboard-metrics-scraper
image: kubernetesui/metrics-scraper:v1.0.1
image: kubernetesui/metrics-scraper:v1.0.2
ports:
- containerPort: 8000
protocol: TCP
Expand Down Expand Up @@ -89,7 +89,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.0.0-beta4
image: kubernetesui/dashboard:v2.0.0-beta6
ports:
- containerPort: 9090
protocol: TCP
Expand Down
1 change: 0 additions & 1 deletion pkg/minikube/bootstrapper/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ func CachedImages(imageRepositoryStr string, kubernetesVersionStr string) []stri
}

images = append(images, []string{
imageRepository + "kubernetes-dashboard" + ArchTag(true) + "v1.10.1",
imageRepository + "kube-addon-manager" + ArchTag(false) + "v9.0",
minikubeRepository + "storage-provisioner" + ArchTag(false) + "v1.8.1",
}...)
Expand Down

0 comments on commit b96bb0e

Please sign in to comment.