We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761c1ae commit 48ead68Copy full SHA for 48ead68
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