scripts: update CNI plugins install version to v1.3.0 (#18460)

This commit is contained in:
James Rasell
2023-09-12 16:20:28 +01:00
committed by GitHub
parent 82372fecb8
commit 1b74f8f9cf

View File

@@ -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