Merge pull request #6039 from tstromberg/kub-dash
Update dashboard to 2.0.0b8 and pre-cache it againpull/6042/head
commit
2063ffda8f
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
}...)
|
||||
|
|
Loading…
Reference in New Issue