Unverified Commit bd7fb4b0 authored by Erik Wilson's avatar Erik Wilson Committed by GitHub

Merge pull request #1838 from briandowns/release-1.17

update CNI to v0.8.6-k3s1
parents 71e1a58c 1297c872
...@@ -36,7 +36,7 @@ if [ -z "$VERSION_K8S" ]; then ...@@ -36,7 +36,7 @@ if [ -z "$VERSION_K8S" ]; then
VERSION_K8S="v0.0.0" VERSION_K8S="v0.0.0"
fi fi
VERSION_CNIPLUGINS="v0.7.6-k3s1" VERSION_CNIPLUGINS="v0.8.6-k3s1"
if [[ -n "$GIT_TAG" ]]; then if [[ -n "$GIT_TAG" ]]; then
if [[ ! "$GIT_TAG" =~ ^"$VERSION_K8S"[+-] ]]; then if [[ ! "$GIT_TAG" =~ ^"$VERSION_K8S"[+-] ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment