Skip to content

Commit 63faabb

Browse files
author
priyawadhwa
authored
Merge pull request #9984 from tstromberg/preload-bump
Bump preload to v8 to include updated dashboard
2 parents 8f11904 + 44b60e0 commit 63faabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/download/preload.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const (
4141
// PreloadVersion is the current version of the preloaded tarball
4242
//
4343
// NOTE: You may need to bump this version up when upgrading auxiliary docker images
44-
PreloadVersion = "v7"
44+
PreloadVersion = "v8"
4545
// PreloadBucket is the name of the GCS bucket where preloaded volume tarballs exist
4646
PreloadBucket = "minikube-preloaded-volume-tarballs"
4747
)

0 commit comments

Comments
 (0)