Skip to content

Commit

Permalink
Merge pull request #6039 from tstromberg/kub-dash
Browse files Browse the repository at this point in the history
Update dashboard to 2.0.0b8 and pre-cache it again
  • Loading branch information
tstromberg committed Dec 10, 2019
2 parents a6c749f + df3ee00 commit 2063ffd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/addons/dashboard/dashboard-dp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.0.0-beta6
# WARNING: This must match pkg/minikube/bootstrapper/images/images.go
image: kubernetesui/dashboard:v2.0.0-beta8
ports:
- containerPort: 9090
protocol: TCP
Expand Down
2 changes: 2 additions & 0 deletions pkg/minikube/bootstrapper/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ func CachedImages(imageRepositoryStr string, kubernetesVersionStr string) []stri
}

images = append(images, []string{
// This must match deploy/addons/dashboard/dashboard-dp.yaml
"kubernetesui/dashboard:v2.0.0-beta8",
imageRepository + "kube-addon-manager" + ArchTag(false) + "v9.0",
minikubeRepository + "storage-provisioner" + ArchTag(false) + "v1.8.1",
}...)
Expand Down

0 comments on commit 2063ffd

Please sign in to comment.