From 1297c8720e6d70c50033dcfd6ca6b0a6bfaa22d0 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 1ff94f4c71..c57b99ca87 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -36,7 +36,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