Merge pull request #18167 from minikube-bot/auto_bump_kindnetd_version

CNI: Update kindnetd from v20230809-80a64d96 to v20240202-8f1494ea
pull/18181/head
Steven Powell 2024-02-14 10:22:56 -08:00 committed by GitHub
commit 556a59c7b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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