We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be4d30 commit c8f0602Copy full SHA for c8f0602
pkg/minikube/bootstrapper/images/images.go
@@ -179,7 +179,7 @@ func KindNet(repo string) string {
179
if repo == "" {
180
repo = "docker.io/kindest"
181
}
182
- return path.Join(repo, "kindnetd:v20240202-8f1494ea")
+ return path.Join(repo, "kindnetd:v20240513-cd2ac642")
183
184
185
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
0 commit comments