feat: Upgrade multus cni from 4.1.0 to 4.2.2 (#12495)

This commit is contained in:
Qasim Mehmood
2025-08-26 14:28:10 +05:00
committed by GitHub
parent 7d79f17b12
commit 0f158e4e28
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ Note:
- [flannel](https://github.com/flannel-io/flannel) 0.26.7
- [kube-ovn](https://github.com/alauda/kube-ovn) 1.12.21
- [kube-router](https://github.com/cloudnativelabs/kube-router) 2.1.1
- [multus](https://github.com/k8snetworkplumbingwg/multus-cni) 4.1.0
- [multus](https://github.com/k8snetworkplumbingwg/multus-cni) 4.2.2
- [kube-vip](https://github.com/kube-vip/kube-vip) 0.8.0
- Application
- [cert-manager](https://github.com/jetstack/cert-manager) 1.15.3

View File

@@ -121,7 +121,7 @@ cilium_enable_hubble: false
kube_ovn_version: "1.12.21"
kube_ovn_dpdk_version: "19.11-v{{ kube_ovn_version }}"
kube_router_version: "2.1.1"
multus_version: "4.1.0"
multus_version: "4.2.2"
helm_version: "{{ (helm_archive_checksums['amd64'] | dict2items)[0].key }}"
nerdctl_version: "{{ (nerdctl_archive_checksums['amd64'] | dict2items)[0].key }}"
skopeo_version: "{{ (skopeo_binary_checksums['amd64'] | dict2items)[0].key }}"