We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38897d commit 39f19baCopy full SHA for 39f19ba
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.28.1"
+const calicoVersion = "v3.28.2"
187
const calicoRepo = "docker.io/calico"
188
189
// CalicoDaemonSet returns the image used for calicoDaemonSet
0 commit comments