dont bumpt preload version in this PR yet

pull/7425/head
Medya Gh 2020-04-06 20:10:11 -07:00
parent a3480c0e14
commit 75bc44212b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const (
// PreloadVersion is the current version of the preloaded tarball
//
// NOTE: You may need to bump this version up when upgrading auxiliary docker images
PreloadVersion = "v3"
PreloadVersion = "v2"
// PreloadBucket is the name of the GCS bucket where preloaded volume tarballs exist
PreloadBucket = "minikube-preloaded-volume-tarballs"
)