Skip to content

Commit

Permalink
Merge pull request #17375 from minikube-bot/auto_bump_calico_version
Browse files Browse the repository at this point in the history
CNI: Update calico from v3.26.2 to v3.26.3
  • Loading branch information
spowelljr committed Oct 10, 2023
2 parents 045dde3 + 48ead68 commit 2524567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/bootstrapper/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func KindNet(repo string) string {
}

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

// CalicoDaemonSet returns the image used for calicoDaemonSet
Expand Down

0 comments on commit 2524567

Please sign in to comment.