We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 045dde3 + 48ead68 commit 2524567Copy full SHA for 2524567
pkg/minikube/bootstrapper/images/images.go
@@ -168,7 +168,7 @@ func KindNet(repo string) string {
168
}
169
170
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
171
-const calicoVersion = "v3.26.2"
+const calicoVersion = "v3.26.3"
172
const calicoRepo = "docker.io/calico"
173
174
// CalicoDaemonSet returns the image used for calicoDaemonSet
0 commit comments