We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732b969 commit 4e06c32Copy full SHA for 4e06c32
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:v20240719-e7903573")
+ return path.Join(repo, "kindnetd:v20240730-75a5af0c")
183
184
185
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
0 commit comments