EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
scheduler
Commits
40b399cb
Commit
40b399cb
authored
Dec 13, 2021
by
Bernhard Mallinger
Browse files
Use chart version, not app version, when bumping version in
vs-deployment
parent
b8ba2a58
Pipeline
#19643
passed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
40b399cb
...
...
@@ -63,6 +63,8 @@ integration_test:
# - export SERVICE_NAME=postgresql
# - export CI_COMMIT_TAG=10.12.1
-
export CHART_VERSION=$(./yq_linux_amd64 eval .version chart/Chart.yaml)
-
export BRANCH_NAME="auto-update-${SERVICE_NAME}-${CI_COMMIT_TAG}"
-
git config --global user.email "gitlab@eox.at"
-
git config --global user.name "gitlab"
...
...
@@ -70,7 +72,7 @@ integration_test:
-
cd vs-deployment
-
git switch -c "${BRANCH_NAME}"
# bump version in Chart.yaml
-
../yq_linux_amd64 eval "( .dependencies[] | select(.name == \"${SERVICE_NAME}\") | .version ) = \"${C
I_COMMIT_TAG
}\"" --inplace Chart.yaml
-
../yq_linux_amd64 eval "( .dependencies[] | select(.name == \"${SERVICE_NAME}\") | .version ) = \"${C
HART_VERSION
}\"" --inplace Chart.yaml
-
helm dependency update
-
git add charts/*
-
git commit --all -m "Bump ${SERVICE_NAME} to ${CI_COMMIT_TAG}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment