Skip to content

Commit

Permalink
Stop pre-caching obsolete dashboard image
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Nov 17, 2019
1 parent 01bd2f7 commit 786ffe8
Showing 1 changed file with 0 additions and 1 deletion.
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 786ffe8

Please sign in to comment.