Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f02ed1

Browse files
authoredApr 1, 2025
Content qa (#1256)
* Updates after review * Updates * Update gitops-apps-dashboard.md * Update installation-options.md * Update monitor-applications.md * Update monitor-applications.md * Added conditions for user tokens * Update manage-pats.md * Add symlink to values validation * Update gitops-runtime.md Removed hosted section * Update gitops-runtime.md * Update ingress arch diagram * Update gitops.md * Update paths for inline images with conditions * Updates * Fix endif tags * Updates after self-review * Updates * Update monitor-applications.md * Update monitor-applications.md * Update monitor-applications.md * Fix icon paths * Update monitor-runtimes.md * Update monitor-runtimes.md * Update after self review * Update after self-review * Update content after self review
1 parent 1f9ceca commit 9f02ed1

8 files changed

+115
-150
lines changed
 

Diff for: ‎_data/argohub-home-content.yml

-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@
8282
links:
8383
- title: About promotions
8484
localurl: /gitops/promotions/promotions-overview/
85-
- title: Getting started
86-
localurl: /gitops/promotions/getting-started/
8785
- title: Promotion building blocks
8886
localurl: /gitops/promotions/promotion-components/
8987
- title: Promotion setup guidelines

Diff for: ‎_data/home-content.yml

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
links:
5151
- title: About promotions
5252
localurl: /docs/promotions/promotions-overview/
53-
- title: Getting started
54-
localurl: /docs/promotions/getting-started/
5553
- title: Promotion building blocks
5654
localurl: /docs/promotions/promotion-components/
5755
- title: Promotion setup guidelines

Diff for: ‎_docs/promotions/create-promotion-sequence.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Promotions are a critical part of continuous delivery, enabling you to move chan
2424
1. [User permissions]({{site.baseurl}}/docs/administration/account-user-management/gitops-abac/)
2525
Users need permissions to create Promotion Workflows, configure promotion settings for products, and trigger promotions.
2626

27-
## Tasks
28-
1. [Create Environments]({{site.baseurl}}/docs/environments/create-manage-environments/#create-environments)
27+
1. [Create environments]({{site.baseurl}}/docs/environments/create-manage-environments/#create-environments)
2928
Environments define the starting point and destination of promotions.
3029
A promotion requires at least two environments:
3130
* Trigger environment, the source of the changes being promoted
@@ -72,7 +71,6 @@ Promotions are a critical part of continuous delivery, enabling you to move chan
7271
## Related articles
7372
[About promotions]({{site.baseurl}}/docs/promotions/promotions-overview/)
7473
[Promotion building blocks]({{site.baseurl}}/docs/promotions/promotion-components/)
75-
[Promotion quick starts]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/)
7674
[Trigger promotions]({{site.baseurl}}/docs/promotions/trigger-promotions/)
7775
[Tracking product releases]({{site.baseurl}}/docs/promotions/product-releases/)
7876

Diff for: ‎_docs/promotions/promotion-policy.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ Deleting a Promotion Policy removes it from all the products and environments it
322322

323323
## Visualize Promotion Workflows in Releases
324324

325-
When a product is promoted manually or automatically, the promotion mechanism create a release for the product with a unique Release ID. The release provides a graphical representation of the promotion orchestration across the environments defined for it.
325+
When a product is promoted manually or automatically, the promotion mechanism create a release for the product. The release provides a graphical representation of the promotion orchestration across the environments defined for it.
326+
326327
The visualization includes the Pre- and Post-Action Promotion Workflows within the environments, more specifically, the steps within the workflows.
327328

328329
{% include

Diff for: ‎_docs/promotions/promotion-scenarios.md

-15
This file was deleted.

Diff for: ‎_docs/promotions/promotion-workflow.md

+63-68
Large diffs are not rendered by default.

Diff for: ‎_docs/promotions/promotions-overview.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,16 @@ max-width="60%"
2323
Watch this video to see a promotion in action:
2424
{::nomarkdown}<img src=../../../images/icons/video-play-icon-blue.svg?display=inline-block>{:/} [Drag-and-drop Promotion](https://www.youtube.com/watch?v=4isYoutmRco&t=1s){:target="\_blank"}
2525

26-
Watch this video to learn how to configure an automated Promotion Flow:
27-
{::nomarkdown}<img src=../../../images/icons/video-play-icon-blue.svg?display=inline-block>{:/} [Promotion Flows](https://www.youtube.com/watch?v=M8G-AY7FIIg&t=76s){:target="\_blank"}
2826

2927

30-
### Why use GitOps promotions in Codefresh?
31-
Codefresh extends Argo CD’s deployment model fby introducing structured promotion flow with additional context and automation:
28+
### Why use Codefresh's GitOps promotions?
29+
Codefresh extends Argo CD’s deployment model by introducing structured promotion flows with additional context and automation:
3230

3331
* **Declarative and version-controlled**
34-
Every promotion is tracked in Git, tied to a commit, ensuring full traceability. Teams can see who approved or triggered a promotion and why.
35-
36-
32+
Every promotion is tracked in Git, tied to a commit, ensuring full traceability. Teams can see who triggered a promotion and why.
3733

3834
* **Context and visibility**
39-
While Argo CD manages deployments at the application level, Codefresh GitOps goes beyond this with:
35+
While Argo CD manages deployments at the application level, promotions with Codefresh GitOps goes beyond this offering:
4036
* **Environments**:
4137
Represent stages in the software lifecyle, allowing teams to easily track application progression.
4238
Read more on [Environments]({{site.baseurl}}/docs/dashboards/gitops-environments/).
@@ -58,15 +54,15 @@ max-width="65%"
5854
%}
5955

6056
>**NOTE**
61-
GitOps promotions require Runtime version 0.13.4 or higher. Ensure your runtime is updated to access promotion features.
57+
Promotions in Codefresh GitOps require Runtime version 0.13.4 or higher. Ensure your runtime is updated to access promotion features.
6258

6359

64-
## Key GitOps promotion entities
65-
Codefresh GitOps provides specialized functionality to streamline and automate promotions while maintaining consistency and control without the need for custom scripts. These capabilities enable predictable reusable delivery lifecycles with built-in validations, reducing operational overhead.
60+
## Key features with GitOps promotions
61+
Codefresh GitOps provides specialized functionality to streamline and automate promotions while maintaining consistency and control without the need for custom scripts. These capabilities enable predictable and reusable delivery lifecycles with built-in validations, reducing operational overhead.
6662

6763
* **Predefine properties to promote**
6864
Control which application properties are promoted to avoid unnecessary changes.
69-
See [Configuring version and promotable properties for Products]({{site.baseurl}}/docs/products/promotion-version-properties/).
65+
See [Configuring version and promotable properties for products]({{site.baseurl}}/docs/products/promotion-version-properties/).
7066

7167
* **Enforce environment-specific checks**
7268
Automate validations, compliance, and performance checks for different environments at different stages of promotions.
@@ -91,9 +87,12 @@ Use these quick start guides to begin using promotions in Codefresh GitOps:
9187
* [Multi-environment Promotion Flow]({{site.baseurl}}/docs/gitops-quick-start/multi-env-sequential-flow/)
9288

9389
* **Advanced promotions**
94-
* [Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/policy-multi-env-promotion/)
90+
* [Promotions with Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/policy-multi-env-promotion/)
9591
* [Environment dependencies]({{site.baseurl}}/docs/gitops-quick-start/dependency-multi-env-promotion/)
9692

93+
Watch this video to learn how to configure an automated Promotion Flow:
94+
{::nomarkdown}<img src=../../../images/icons/video-play-icon-blue.svg?display=inline-block>{:/} [Promotion Flows](https://www.youtube.com/watch?v=M8G-AY7FIIg&t=76s){:target="\_blank"}
95+
9796

9897
##### Understand the building blocks
9998
Learn how promotions work by exploring their core components. See [Promotion building blocks]({{site.baseurl}}/docs/promotions/promotion-components/).
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.