diff --git a/ci/push-helm-chart.sh b/ci/push-helm-chart.sh index a9a09ec112..4fdb85e274 100755 --- a/ci/push-helm-chart.sh +++ b/ci/push-helm-chart.sh @@ -5,7 +5,7 @@ readonly ROOT_DIR="$(dirname "$(dirname "${0}")")" source "${ROOT_DIR}"/ci/_build_functions.sh fetch_current_branch -VERSION="$(git describe --tags --abbrev=40)" +VERSION="$(git describe --tags --abbrev=10)" readonly VERSION="${VERSION#v}" pushd "${ROOT_DIR}" || exit 1