Skip to content
Snippets Groups Projects
Commit 02caec53 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels :rocket:
Browse files

refactor: update appVersion in Chart.yaml to use CI_COMMIT_TAG for dynamic versioning

parent f8eb7c91
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ deploy_ocf_prod:
"ocf-security")
for chart in "${charts[@]}"; do
yq e -i ".appVersion = \"prod\"" "helm/capif/charts/$chart/Chart.yaml"
yq e -i ".appVersion = \"$CI_COMMIT_TAG\"" "helm/capif/charts/$chart/Chart.yaml"
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment