We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 942161c + 9401f4c commit 7b7a42bCopy full SHA for 7b7a42b
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.1"
+const calicoVersion = "v3.26.2"
172
const calicoRepo = "docker.io/calico"
173
174
// CalicoDaemonSet returns the image used for calicoDaemonSet
0 commit comments