Skip to content

Commit d6e6c71

Browse files
authored
Merge branch 'main' into add-dns-on-read
2 parents a71dd54 + 63f5b41 commit d6e6c71

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)