Skip to content

Commit

Permalink
CNI: Update kindnetd from v20240730-75a5af0c to v20240813-c6f155d6
Browse files Browse the repository at this point in the history
  • Loading branch information
minikube-bot committed Aug 14, 2024
1 parent 20e1a71 commit 68089f2
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:v20240730-75a5af0c")
return path.Join(repo, "kindnetd:v20240813-c6f155d6")
}

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

0 comments on commit 68089f2

Please sign in to comment.