Merge pull request #16732 from minikube-bot/auto_bump_calico_version

CNI: Update calico from v3.26.0 to v3.26.1
pull/16777/head
Steven Powell 2023-06-26 10:23:14 -07:00 committed by GitHub
commit 8c94a6c4ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,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.0"
const calicoVersion = "v3.26.1"
const calicoRepo = "docker.io/calico"
// CalicoDaemonSet returns the image used for calicoDaemonSet