We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4acb0 commit 4aa7795Copy full SHA for 4aa7795
pkg/minikube/bootstrapper/images/images.go
@@ -174,7 +174,7 @@ func KindNet(repo string) string {
174
}
175
176
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
177
-const calicoVersion = "v3.26.0"
+const calicoVersion = "v3.26.1"
178
const calicoRepo = "docker.io/calico"
179
180
// CalicoDaemonSet returns the image used for calicoDaemonSet
0 commit comments