Skip to content

Commit

Permalink
Merge pull request #16488 from spowelljr/updateKindnetd
Browse files Browse the repository at this point in the history
CNI kindnet: Update from v20230330-48f316cd to v20230511-dc714da8
  • Loading branch information
medyagh authored May 16, 2023
2 parents dca5e63 + 4e6af2c commit 820adeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/bootstrapper/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func KindNet(repo string) string {
if repo == "" {
repo = "kindest"
}
return path.Join(repo, "kindnetd:v20230330-48f316cd")
return path.Join(repo, "kindnetd:v20230511-dc714da8")
}

// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
Expand Down

0 comments on commit 820adeb

Please sign in to comment.