Skip to content

Commit

Permalink
Merge pull request #17644 from minikube-bot/auto_bump_calico_version
Browse files Browse the repository at this point in the history
CNI: Update calico from v3.26.3 to v3.26.4
  • Loading branch information
spowelljr authored Nov 28, 2023
2 parents 2cddc24 + 406b3a4 commit d216473
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 @@ -183,7 +183,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.3"
const calicoVersion = "v3.26.4"
const calicoRepo = "docker.io/calico"

// CalicoDaemonSet returns the image used for calicoDaemonSet
Expand Down

0 comments on commit d216473

Please sign in to comment.