Skip to content

Commit eac4eb9

Browse files
authored
Merge pull request #19265 from minikube-bot/auto_bump_kindnetd_version
CNI: Update kindnetd from v20240715-f6ad1f6e to v20240715-585640e9
2 parents bf89c6a + 4b25178 commit eac4eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/bootstrapper/images/images.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ func KindNet(repo string) string {
179179
if repo == "" {
180180
repo = "docker.io/kindest"
181181
}
182-
return path.Join(repo, "kindnetd:v20240715-f6ad1f6e")
182+
return path.Join(repo, "kindnetd:v20240715-585640e9")
183183
}
184184

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

0 commit comments

Comments
 (0)