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/deployment/applications-dashboard.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -583,6 +583,9 @@ You can:
583
583
*[Monitor CI details by deployments](#monitor-ci-details-by-deployment)
584
584
*[Monitor updated resources by deployment](#monitor-updated-resources-by-deployment)
585
585
*[Monitor rollouts by deployment](#monitor-rollouts-by-deployment)
586
+
*[Manually rollback completed rollout to previous revision](#manually-rollback-completed-rollout-to-previous-revision)
587
+
588
+
586
589
587
590
588
591
**How to monitor deployments**
@@ -718,7 +721,41 @@ The table lists the controls in the Rollout Player to manage an ongoing rollout.
718
721
|**Skip step** {::nomarkdown}<img src="../../../images/icons/rollout-skip-step.png" display=inline-block"> {:/} | Skip execution of current step. Such steps are marked as Skipped in the rollout visualization. |
719
722
|**Promote full rollout** {::nomarkdown}<img src="../../../images/icons/rollout-promote-full.png" display=inline-block"> {:/} | Skip remaining pause, traffic routing, and analysis steps, and deploy the current release. |
720
723
724
+
#### Manually rollback completed rollout to previous revision
725
+
<!--- add screenshots -->
726
+
Manually rollback a completed rollout to a previous revision when and if needed. If after a successful analysis run and rollout, your application is not functioning as it should, you can rollback to a prior revision from the Rollout’s revision history. The revision depth is determined by the `spec.revisionHistoryLimit` parameter in the [Rollout Specification](https://argoproj.github.io/argo-rollouts/features/specification/#rollout-specification){:target="\_blank"}.
727
+
Manual rollback changes the live state of the rollout resource to the state in the previous commit that you select.
728
+
729
+
1. In the Codefresh UI, select [Applications](https://g.codefresh.io/2.0/applications-dashboard/list){:target="\_blank"}.
730
+
1. Select the application and select the **Timeline** tab.
0 commit comments