diff --git a/pkg/minikube/bootstrapper/images/images.go b/pkg/minikube/bootstrapper/images/images.go index 98f2237a93..eff86ea878 100644 --- a/pkg/minikube/bootstrapper/images/images.go +++ b/pkg/minikube/bootstrapper/images/images.go @@ -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