Merge pull request #1839 from briandowns/release-1.18

update CNI to v0.8.6-k3s1
pull/1927/head v1.18.3+k3s1
Erik Wilson 2020-05-28 17:06:18 -07:00 committed by GitHub
commit 96653e8d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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