Skip to content

Commit 63f5b41

Browse files
authored
fix cni plugins version (#641)
1 parent a57de56 commit 63f5b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pre-kubeadminit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33
DEFAULT_CONTAINERD_VERSION=1.7.24
4-
DEFAULT_CNI_PLUGIN_VERSIONS=1.6.1
4+
DEFAULT_CNI_PLUGIN_VERSIONS=1.6.2
55
CONTAINERD_VERSION="${CONTAINERD_VERSION:=$DEFAULT_CONTAINERD_VERSION}"
66
CNI_PLUGIN_VERSIONS="${CNI_PLUGIN_VERSIONS:=$DEFAULT_CNI_PLUGIN_VERSIONS}"
77

0 commit comments

Comments
 (0)