Increase preload version to v6
We upgraded the dashboard image in #9129, this will rebuild tarballs to include the latest version. This should also fix a small performance regression, where start time was increased by 25% on kvm2, probably becaues we were waiting for the new dashboard image to download. [PR bot comment](https://github.com/kubernetes/minikube/pull/9129#issuecomment-684035146)pull/9159/head
parent
47af03be7b
commit
1953f9310f
|
@ -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 = "v5"
|
||||
PreloadVersion = "v6"
|
||||
// PreloadBucket is the name of the GCS bucket where preloaded volume tarballs exist
|
||||
PreloadBucket = "minikube-preloaded-volume-tarballs"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue