Skip to content

Commit

Permalink
Merge pull request kubernetes#19307 from minikube-bot/auto_bump_kindn…
Browse files Browse the repository at this point in the history
…etd_version

CNI: Update kindnetd from v20240715-585640e9 to v20240719-e7903573
  • Loading branch information
spowelljr authored Jul 19, 2024
2 parents 8416dfb + 5a24b9c commit 796759d
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:v20240715-585640e9")
return path.Join(repo, "kindnetd:v20240719-e7903573")
}

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

0 comments on commit 796759d

Please sign in to comment.