Skip to content

Add app sync and health status requirement #1266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _docs/promotions/product-releases.md
Original file line number Diff line number Diff line change
@@ -217,7 +217,7 @@ The table describes the possible deployment statuses for environments.
{: .table .table-bordered .table-hover}
| Environment Status | Description |
|------------ |---------------------------------------|
| **Successful** | Promotion to an environment is considered successful when the following conditions are met, in the order listed. {::nomarkdown}<ol><li>Pre-Action Workflow completed successfully.</li><li>Promotion Action submitted successfully. For PRs, the PR was successfully merged.</li><li>Application synced to the cluster.</li><li><li>Application is healthy.</li><li>Post-Action Workflow completed successfully.</li></ol>{:/}. |
| **Successful** | Promotion to an environment is considered successful when the following conditions are met, in the order listed. {::nomarkdown}<ol><li>Pre-Action Workflow completed successfully.</li><li>Promotion Action submitted successfully. For PRs, the PR was successfully merged.</li><li>Application synced to the cluster.</li><li>Application is healthy.</li><li>Post-Action Workflow completed successfully.</li></ol>{:/}. |
| **Running** | At least one step in a Pre- or Post-Action Workflow in the environment is currently in progress. |
| **Suspended** | One or both the Pre- and Post-Action Workflows or the Promotion Action is pending execution. This could be because of a condition in the Workflow or because a pull request is pending manual approval. |
| **Failed** | At least one step in a Workflow failed to execute, has a syntax error, was manually terminated, or the application is out of sync or degraded. |
3 changes: 3 additions & 0 deletions _docs/promotions/promotion-flow.md
Original file line number Diff line number Diff line change
@@ -135,6 +135,9 @@ It is recommended to have a single application for a product in the Trigger Envi
#### Applications per defined environment
To ensure a successful promotion, the product must include an application in each environment defined in the Promotion Flow.

#### Application sync and health status
Applications must be **Synced** and **Healthy** for a promotion to succeed.

#### Multiple applications in a target environment
If a target environment includes multiple applications for the same product—segmented for example by region, tenant, or other criteria—each application in that environment is updated with changes from the source environment.