Skip to content

Commit

Permalink
Bump preload to v8 to include updated dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Dec 17, 2020
1 parent 49f850c commit 44b60e0
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 44b60e0

Please sign in to comment.