Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
moving up to latest CNI plugin release
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
  • Loading branch information
mikebrow committed Mar 21, 2022
commit 689fcd968353e729ac9b5454087accf118472f57
2 changes: 1 addition & 1 deletion script/install-cni
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
set -euo pipefail

DEFAULT_CNI_PLUGIN_COMMIT=v1.0.1
DEFAULT_CNI_PLUGIN_COMMIT=v1.1.1
CNI_DIR=/opt/cni

TMPROOT=$(mktemp -d)
Expand Down