Skip to content

Commit

Permalink
Merge pull request #19667 from minikube-bot/auto_bump_calico_version
Browse files Browse the repository at this point in the history
CNI: Update calico from v3.28.1 to v3.28.2
  • Loading branch information
spowelljr authored Sep 19, 2024
2 parents 11d086c + 39f19ba commit 9989d5e
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.28.1"
const calicoVersion = "v3.28.2"
const calicoRepo = "docker.io/calico"

// CalicoDaemonSet returns the image used for calicoDaemonSet
Expand Down

0 comments on commit 9989d5e

Please sign in to comment.