Skip to content

Commit

Permalink
Update image cache to addon-manager 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Sep 19, 2019
1 parent 2526a9c commit 43a0d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func GetKubeadmCachedImages(imageRepository string, kubernetesVersionStr string)

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

Expand Down

0 comments on commit 43a0d03

Please sign in to comment.