Skip to content

Commit 39f19ba

Browse files
committed
CNI: Update calico from v3.28.1 to v3.28.2
1 parent c38897d commit 39f19ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/bootstrapper/images/images.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func KindNet(repo string) string {
183183
}
184184

185185
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
186-
const calicoVersion = "v3.28.1"
186+
const calicoVersion = "v3.28.2"
187187
const calicoRepo = "docker.io/calico"
188188

189189
// CalicoDaemonSet returns the image used for calicoDaemonSet

0 commit comments

Comments
 (0)