Merge pull request #19667 from minikube-bot/auto_bump_calico_version

CNI: Update calico from v3.28.1 to v3.28.2
pull/19670/head
Steven Powell 2024-09-18 17:27:27 -07:00 committed by GitHub
commit 9989d5e28c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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