From 33b2129d1a0f178c84a399601947f449c0f9052c Mon Sep 17 00:00:00 2001 From: weizhoublue <45163302+weizhoublue@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:01:25 +0000 Subject: [PATCH] robot updated CNI plugins version Signed-off-by: ty-dc --- images/spiderpool-plugins/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/spiderpool-plugins/version.sh b/images/spiderpool-plugins/version.sh index 88df72a93d..afbd4fd8be 100644 --- a/images/spiderpool-plugins/version.sh +++ b/images/spiderpool-plugins/version.sh @@ -8,7 +8,7 @@ # https://github.com/containernetworking/plugins export CNI_VERSION=${CNI_VERSION:-"v1.6.1"} # https://github.com/k8snetworkplumbingwg/ovs-cni -export OVS_VERSION=${OVS_VERSION:-"v0.35.0"} +export OVS_VERSION=${OVS_VERSION:-"v0.36.0"} # https://github.com/k8snetworkplumbingwg/rdma-cni export RDMA_VERSION=${RDMA_VERSION:-"v1.2.0"} # https://github.com/k8snetworkplumbingwg/sriov-cni