We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cce1cc + 08b3580 commit 4957e70Copy full SHA for 4957e70
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.28.2"
+const calicoVersion = "v3.29.0"
187
const calicoRepo = "docker.io/calico"
188
189
// CalicoDaemonSet returns the image used for calicoDaemonSet
0 commit comments