Skip to content

Commit

Permalink
bump preload image version
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Apr 7, 2020
1 parent 6676bbc commit a3480c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/download/preload.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "v2"
PreloadVersion = "v3"
// PreloadBucket is the name of the GCS bucket where preloaded volume tarballs exist
PreloadBucket = "minikube-preloaded-volume-tarballs"
)
Expand Down

0 comments on commit a3480c0

Please sign in to comment.