diff --git a/Jenkinsfile b/Jenkinsfile
index 3a2b24f61234b85b9071e02fc3822104a212ee04..00a8373399d4d960f072d6bbff35d299c29e3020 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -309,7 +309,7 @@ Void pushNewGitopsVersion(String environment) {
             sh "git add ${environment}/application/values/ozgcloud-keycloak-operator-values.yaml"
             sh "git add ${environment}/application/values/ozgcloud-elasticsearch-operator-values.yaml"
 
-            sh "git commit -m 'jenkins rollout ${environment} ozgcloud-keycloak-operator version ${IMAGE_TAG}'"
+            sh "git commit -m 'jenkins rollout ${environment} ozgcloud operators version ${IMAGE_TAG}'"
             sh 'git push https://${USER}:${TOKEN}@git.ozg-sh.de/ozgcloud-devops/gitops.git'
         }
     }