From 1b74f8f9cf6b580571026dc302aa0550b2a741f6 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Tue, 12 Sep 2023 16:20:28 +0100 Subject: [PATCH] scripts: update CNI plugins install version to v1.3.0 (#18460) --- scripts/linux-priv-cni.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux-priv-cni.sh b/scripts/linux-priv-cni.sh index b6187fed8..8cab30b86 100755 --- a/scripts/linux-priv-cni.sh +++ b/scripts/linux-priv-cni.sh @@ -12,7 +12,7 @@ case $(arch) in aarch64) ARCH="arm64" ;; esac -VERSION="v1.0.0" +VERSION="v1.3.0" DOWNLOAD=https://github.com/containernetworking/plugins/releases/download/${VERSION}/cni-plugins-linux-${ARCH}-${VERSION}.tgz TARGET_DIR=/opt/cni/bin CONFIG_DIR=/opt/cni/config