Merge pull request #19307 from minikube-bot/auto_bump_kindnetd_version

CNI: Update kindnetd from v20240715-585640e9 to v20240719-e7903573
pull/19310/head
Steven Powell 2024-07-19 17:28:49 -05:00 committed by GitHub
commit 796759d55a
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:v20240715-585640e9")
return path.Join(repo, "kindnetd:v20240719-e7903573")
}
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml