Add 'k3s' to kubernetes version metadata in dev builds

pull/1451/head
Erik Wilson 2020-02-24 14:50:03 -07:00
parent 95760fff0f
commit c100dfc2cb
1 changed files with 1 additions and 1 deletions

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