Merge pull request #1451 from erikwilson/master

Add 'k3s' to kubernetes version metadata in dev builds
This commit is contained in:
Erik Wilson 2020-02-24 14:58:52 -07:00 committed by GitHub
commit 046b40a75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,6 @@ if [[ -n "$GIT_TAG" ]]; then
fi
VERSION=$GIT_TAG
else
VERSION="$VERSION_K8S+${COMMIT:0:8}$DIRTY"
VERSION="$VERSION_K8S+k3s-${COMMIT:0:8}$DIRTY"
fi
VERSION_TAG="$(sed -e 's/+/-/g' <<< "$VERSION")"