Skip to content

Commit

Permalink
Merge pull request #9984 from tstromberg/preload-bump
Browse files Browse the repository at this point in the history
Bump preload to v8 to include updated dashboard
  • Loading branch information
priyawadhwa authored Dec 17, 2020
2 parents 8f11904 + 44b60e0 commit 63faabb
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 = "v7"
PreloadVersion = "v8"
// PreloadBucket is the name of the GCS bucket where preloaded volume tarballs exist
PreloadBucket = "minikube-preloaded-volume-tarballs"
)
Expand Down

0 comments on commit 63faabb

Please sign in to comment.