mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
scripts: update CNI plugins install version to v1.3.0 (#18460)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user