update CNI to v0.8.6-k3s1

pull/1838/head
Brian Downs 2020-05-28 14:44:03 -07:00
parent 71e1a58c6e
commit 1297c8720e
1 changed files with 1 additions and 1 deletions

View File

@ -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