Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f02ed1

Browse files
authored
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.mdRemoved 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 parent1f9ceca commit9f02ed1

File tree

8 files changed

+115
-150
lines changed

8 files changed

+115
-150
lines changed

‎_data/argohub-home-content.yml‎

Lines changed: 0 additions & 2 deletions
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

‎_data/home-content.yml‎

Lines changed: 0 additions & 2 deletions
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

‎_docs/promotions/create-promotion-sequence.md‎

Lines changed: 1 addition & 3 deletions
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

‎_docs/promotions/promotion-policy.md‎

Lines changed: 2 additions & 1 deletion
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

‎_docs/promotions/promotion-scenarios.md‎

Lines changed: 0 additions & 15 deletions
This file was deleted.

‎_docs/promotions/promotion-workflow.md‎

Lines changed: 63 additions & 68 deletions
Large diffs are not rendered by default.

‎_docs/promotions/promotions-overview.md‎

Lines changed: 12 additions & 13 deletions
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 modelfby introducing structured promotionflow with additional context and automation:
28+
###Why useCodefresh'sGitOps promotions?
29+
Codefresh extends Argo CD’s deployment modelby introducing structured promotionflows 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 thiswith:
35+
While Argo CD manages deployments at the application level,promotions withCodefresh GitOps goes beyond thisoffering:
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-
##KeyGitOps promotion entities
65-
CodefreshGitOps 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+
##Keyfeatures 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 forProducts]({{site.baseurl}}/docs/products/promotion-version-properties/).
65+
See[Configuring version and promotable properties forproducts]({{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 withPromotion 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/).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp