Skip to content

Commit 4aa7795

Browse files
committed
CNI: Update calico from v3.26.0 to v3.26.1
1 parent ad4acb0 commit 4aa7795

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
@@ -174,7 +174,7 @@ func KindNet(repo string) string {
174174
}
175175

176176
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
177-
const calicoVersion = "v3.26.0"
177+
const calicoVersion = "v3.26.1"
178178
const calicoRepo = "docker.io/calico"
179179

180180
// CalicoDaemonSet returns the image used for calicoDaemonSet

0 commit comments

Comments
 (0)