Skip to content

Commit

Permalink
Merge pull request #18167 from minikube-bot/auto_bump_kindnetd_version
Browse files Browse the repository at this point in the history
CNI: Update kindnetd from v20230809-80a64d96 to v20240202-8f1494ea
  • Loading branch information
spowelljr committed Feb 14, 2024
2 parents f24692a + 84e1040 commit 556a59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/bootstrapper/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func KindNet(repo string) string {
if repo == "" {
repo = "docker.io/kindest"
}
return path.Join(repo, "kindnetd:v20230809-80a64d96")
return path.Join(repo, "kindnetd:v20240202-8f1494ea")
}

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

0 comments on commit 556a59c

Please sign in to comment.