diff --git a/capif/templates/cicd-deploy-release.gitlab-ci.yml b/capif/templates/cicd-deploy-release.gitlab-ci.yml
index 27d51fb9fb36553bf32d7be173f6cbcec3e19879..ca3e6316e29dc4c7930fdb25507737eedb74410c 100644
--- a/capif/templates/cicd-deploy-release.gitlab-ci.yml
+++ b/capif/templates/cicd-deploy-release.gitlab-ci.yml
@@ -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