We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f11904 + 44b60e0 commit 63faabbCopy full SHA for 63faabb
pkg/minikube/download/preload.go
@@ -41,7 +41,7 @@ const (
41
// PreloadVersion is the current version of the preloaded tarball
42
//
43
// NOTE: You may need to bump this version up when upgrading auxiliary docker images
44
- PreloadVersion = "v7"
+ PreloadVersion = "v8"
45
// PreloadBucket is the name of the GCS bucket where preloaded volume tarballs exist
46
PreloadBucket = "minikube-preloaded-volume-tarballs"
47
)
0 commit comments