We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42aa2ea commit 63ae623Copy full SHA for 63ae623
pkg/minikube/bootstrapper/images/images.go
@@ -183,7 +183,7 @@ func KindNet(repo string) string {
183
}
184
185
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
186
-const calicoVersion = "v3.29.2"
+const calicoVersion = "v3.29.3"
187
const calicoRepo = "docker.io/calico"
188
189
// CalicoDaemonSet returns the image used for calicoDaemonSet
0 commit comments