Skip to content

Commit 2524567

Browse files
authored
Merge pull request #17375 from minikube-bot/auto_bump_calico_version
CNI: Update calico from v3.26.2 to v3.26.3
2 parents 045dde3 + 48ead68 commit 2524567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/minikube/bootstrapper/images/images.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func KindNet(repo string) string {
168168
}
169169

170170
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
171-
const calicoVersion = "v3.26.2"
171+
const calicoVersion = "v3.26.3"
172172
const calicoRepo = "docker.io/calico"
173173

174174
// CalicoDaemonSet returns the image used for calicoDaemonSet

0 commit comments

Comments
 (0)