Merge pull request #3925 from manuelbuil/master

Move cniplugins version to 0.9.1
This commit is contained in:
Manuel Buil 2021-08-27 18:43:06 +02:00 committed by GitHub
commit 34dfe629d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ if [ -z "$VERSION_K8S" ]; then
VERSION_K8S="v0.0.0" VERSION_K8S="v0.0.0"
fi fi
VERSION_CNIPLUGINS="v0.8.6-k3s1" VERSION_CNIPLUGINS="v0.9.1-k3s1"
if [[ -n "$GIT_TAG" ]]; then if [[ -n "$GIT_TAG" ]]; then
if [[ ! "$GIT_TAG" =~ ^"$VERSION_K8S"[+-] ]]; then if [[ ! "$GIT_TAG" =~ ^"$VERSION_K8S"[+-] ]]; then