@@ -87,7 +87,7 @@ spec:
'''
sh "git add values.yaml"
sh "git commit -m \"Triggered Build '$GIT_COMMIT'\""
- sh "git push https://$HELM_GIT_REPO_URL --force"
+ sh "git push https://$HELM_GIT_REPO_URL"
}