Bump up preload version for new storage provisioner image

pull/8909/head
Priya Wadhwa 2020-08-03 13:50:22 -04:00
parent 0538dddd9d
commit 52bee6dced
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,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 = "v4"
PreloadVersion = "v5"
// PreloadBucket is the name of the GCS bucket where preloaded volume tarballs exist
PreloadBucket = "minikube-preloaded-volume-tarballs"
)