Merge pull request #19265 from minikube-bot/auto_bump_kindnetd_version

CNI: Update kindnetd from v20240715-f6ad1f6e to v20240715-585640e9
pull/19275/head
Steven Powell 2024-07-17 08:06:44 -05:00 committed by GitHub
commit eac4eb9e7c
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-f6ad1f6e")
return path.Join(repo, "kindnetd:v20240715-585640e9")
}
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml