Merge pull request #128091 from saschagrunert/cni-plugins

Update cni-plugins to v1.6.0
This commit is contained in:
Kubernetes Prow Robot
2024-10-27 03:01:06 +00:00
committed by GitHub
5 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ LIMITED_SWAP=${LIMITED_SWAP:-""}
# required for cni installation
CNI_CONFIG_DIR=${CNI_CONFIG_DIR:-/etc/cni/net.d}
CNI_PLUGINS_VERSION=${CNI_PLUGINS_VERSION:-"v1.5.1"}
CNI_PLUGINS_VERSION=${CNI_PLUGINS_VERSION:-"v1.6.0"}
# The arch of the CNI binary, if not set, will be fetched based on the value of `uname -m`
CNI_TARGETARCH=${CNI_TARGETARCH:-""}
CNI_PLUGINS_URL="https://github.com/containernetworking/plugins/releases/download"