CNI: Update calico from v3.28.0 to v3.28.1

pull/19391/head
minikube-bot 2024-08-05 10:05:06 +00:00 committed by Medya Ghazizadeh
parent 91062f7b1d
commit 6f3a67afd8
2 changed files with 4 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.0"
const calicoVersion = "v3.28.1"
const calicoRepo = "docker.io/calico"
// CalicoDaemonSet returns the image used for calicoDaemonSet

View File

@ -5030,9 +5030,11 @@ spec:
- name: var-run-calico
hostPath:
path: /var/run/calico
type: DirectoryOrCreate
- name: var-lib-calico
hostPath:
path: /var/lib/calico
type: DirectoryOrCreate
- name: xtables-lock
hostPath:
path: /run/xtables.lock
@ -5053,6 +5055,7 @@ spec:
- name: cni-bin-dir
hostPath:
path: /opt/cni/bin
type: DirectoryOrCreate
- name: cni-net-dir
hostPath:
path: /etc/cni/net.d