Commit 02caec53 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

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

parent f8eb7c91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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