From 3864fa2ba874a4b4c5b4ec592152b52c006c43fc Mon Sep 17 00:00:00 2001 From: Brian Downs Date: Thu, 28 May 2020 14:44:03 -0700 Subject: [PATCH] update CNI to v0.8.6-k3s1 --- scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.sh b/scripts/version.sh index c6ea2d6896c..4893ee8ff15 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -37,7 +37,7 @@ if [ -z "$VERSION_K8S" ]; then VERSION_K8S="v0.0.0" fi -VERSION_CNIPLUGINS="v0.7.6-k3s1" +VERSION_CNIPLUGINS="v0.8.6-k3s1" if [[ -n "$GIT_TAG" ]]; then if [[ ! "$GIT_TAG" =~ ^"$VERSION_K8S"[+-] ]]; then