You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/ci-cd-guides/gitops-deployments.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -426,7 +426,7 @@ At the top of the screen you have several filters available:
426
426
427
427
##Rolling Back Git Versions
428
428
429
-
In the GitOps dashboard you will also see a complete history of all past deployments as recorded in Git. You can select any of the previousversion and rollback your application to the respective version.
429
+
In the GitOps dashboard you will also see a complete history of all past deployments as recorded in Git. You can select any of the previousversions and rollback your application to the respective version.
430
430
431
431
{% include image.html
432
432
lightbox="true"
@@ -439,7 +439,7 @@ In the GitOps dashboard you will also see a complete history of all past deploym
439
439
440
440
The Rollback simply informs the cluster to use a different git hash for the sync process. It doesn't affect your Git repository and ArgoCD will now show your application as out-of-sync (because the last Git commit no longer matches the status of the cluster).
441
441
442
-
This rollback behavior is best used as an emergency measure after a failed deployment where you want to bring the cluster back to a previous state in a temporary manner. If you wish to keep the current rollbackstatue as a permanent status it is best to use the standard`git reset/revert` commands and change the GitOps repository to its desired state.
442
+
This rollback behavior is best used as an emergency measure after a failed deployment where you want to bring the cluster back to a previous state in a temporary manner. If you wish to keep the current rollbackstatus as a permanent status it is best to use the standard`git reset/revert` commands and change the GitOps repository to its desired state.