Skip to content

Commit 556a59c

Browse files
authored
Merge pull request #18167 from minikube-bot/auto_bump_kindnetd_version
CNI: Update kindnetd from v20230809-80a64d96 to v20240202-8f1494ea
2 parents f24692a + 84e1040 commit 556a59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/bootstrapper/images/images.go

Lines changed: 1 addition & 1 deletion
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:v20230809-80a64d96")
182+
return path.Join(repo, "kindnetd:v20240202-8f1494ea")
183183
}
184184

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

0 commit comments

Comments
 (0)