diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a8b373e384be2cc76e00eaec94d60f031d3ef016..3a5c24f68bed4befef9d9644e9d3f7712db8aef6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,7 +77,7 @@ integration_test:
     - ../yq_linux_amd64 eval "( .dependencies[] | select(.name == \"vs-renderer\") | .version ) = \"${CHART_VERSION_RENDERER}\"" --inplace Chart.yaml
     - helm dependency update
     - git add charts/*
-    - git commit --all -m "Bump renderer/registrar"
+    - git commit --all -m "Bump renderer/registrar to ${CHART_VERSION_RENDERER}/${CHART_VERSION_REGISTRAR}"
     - git push --set-upstream origin "${BRANCH_NAME}"
   only:
     - tags