Skip to content
Snippets Groups Projects
Commit c1e2f429 authored by Vojdan Kjorveziroski's avatar Vojdan Kjorveziroski
Browse files

bump version

parent f1f77263
Branches
No related tags found
1 merge request!14Draft: Resolve "Alfa version of the Helm chart for version 1.8.0"
Pipeline #93713 failed
...@@ -20,9 +20,9 @@ version-bump-dev: ...@@ -20,9 +20,9 @@ version-bump-dev:
- export MASTER_CHART_VERSION=$(yq e '.version' charts/$CHART_NAME/Chart.yaml) - export MASTER_CHART_VERSION=$(yq e '.version' charts/$CHART_NAME/Chart.yaml)
- git checkout $CI_COMMIT_REF_NAME - git checkout $CI_COMMIT_REF_NAME
- git branch --set-upstream-to=origin/$CI_COMMIT_REF_NAME $CI_COMMIT_REF_NAME - git branch --set-upstream-to=origin/$CI_COMMIT_REF_NAME $CI_COMMIT_REF_NAME
- git fetch origin $CI_COMMIT_REF_NAME
- git reset --hard origin/$CI_COMMIT_REF_NAME
- git status - git status
- git pull
- git rebase --continue
- export CURRENT_CHART_VERSION=$(yq e '.version' charts/$CHART_NAME/Chart.yaml) - export CURRENT_CHART_VERSION=$(yq e '.version' charts/$CHART_NAME/Chart.yaml)
- export CURRENT_DOCKER_IMAGE_VERSION=$(yq e '.platform.image.tag' charts/$CHART_NAME/values.yaml) - export CURRENT_DOCKER_IMAGE_VERSION=$(yq e '.platform.image.tag' charts/$CHART_NAME/values.yaml)
- export CURRENT_CHART_APP_VERSION=$(yq e '.appVersion' charts/$CHART_NAME/Chart.yaml) - export CURRENT_CHART_APP_VERSION=$(yq e '.appVersion' charts/$CHART_NAME/Chart.yaml)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment