We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbd557 commit 4eec46bCopy full SHA for 4eec46b
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.3"
+const calicoVersion = "v3.30.0"
187
const calicoRepo = "docker.io/calico"
188
189
// CalicoDaemonSet returns the image used for calicoDaemonSet
0 commit comments