Skip to content

Commit

Permalink
Merge pull request #10583 from sharifelgamal/bump-kindnet
Browse files Browse the repository at this point in the history
update kindnet version
  • Loading branch information
medyagh authored Feb 24, 2021
2 parents d3360a3 + 868ee11 commit 59cca69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/minikube/bootstrapper/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func KindNet(repo string) string {
if repo == "" {
repo = "kindest"
}
return path.Join(repo, "kindnetd:0.5.4")
return path.Join(repo, "kindnetd:v20210220-5b7e6d01")
}

// CalicoDaemonSet returns the image used for calicoDaemonSet
Expand Down
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 = "v8"
PreloadVersion = "v9"
// PreloadBucket is the name of the GCS bucket where preloaded volume tarballs exist
PreloadBucket = "minikube-preloaded-volume-tarballs"
)
Expand Down

0 comments on commit 59cca69

Please sign in to comment.