diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f754083..be369a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -108,9 +108,10 @@ Create Merge Request: curl --request POST --header "PRIVATE-TOKEN: glpat-hv-uxCx3PDNKn7ihyXce" \ --data "source_branch=update-deployment-${CI_COMMIT_TAG}" \ --data "target_branch=master" \ - --data "title=Update deployment manifest with new image tags" \ + --data "title=Update deployment manifest for version ${CI_COMMIT_TAG}" \ --data "description=This merge request updates the deployment manifest with the new image tags." \ --data "remove_source_branch=true" \ + --data "squash_commits=true" \ "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/merge_requests" Trigger ArgoCD: