Add 'k3s' to kubernetes version metadata in dev builds

This commit is contained in:
Erik Wilson 2020-02-24 14:50:03 -07:00
parent 95760fff0f
commit c100dfc2cb

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")"