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

Content qa#1256

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
NimRegev merged 32 commits intomasterfromcontent-qa
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
32 commits
Select commitHold shift + click to select a range
1377654
Updates after review
NimRegevMar 25, 2025
7c88d5f
Updates
NimRegevMar 25, 2025
29e648c
Update gitops-apps-dashboard.md
NimRegevMar 25, 2025
842e7cb
Update installation-options.md
NimRegevMar 25, 2025
1fe0784
Update monitor-applications.md
NimRegevMar 25, 2025
1dfdd6a
Update monitor-applications.md
NimRegevMar 25, 2025
53318e1
Added conditions for user tokens
NimRegevMar 25, 2025
12468af
Update manage-pats.md
NimRegevMar 25, 2025
335dafe
Add symlink to values validation
NimRegevMar 26, 2025
43f88ba
Update gitops-runtime.md
NimRegevMar 26, 2025
25f8f1c
Update gitops-runtime.md
NimRegevMar 26, 2025
d5174a3
Update ingress arch diagram
NimRegevMar 26, 2025
5eacdbe
Update gitops.md
NimRegevMar 26, 2025
8753c3a
Update paths for inline images with conditions
NimRegevMar 27, 2025
88292cc
Updates
NimRegevMar 27, 2025
b3670ad
Merge branch 'master' into content-qa
NimRegevMar 27, 2025
6d68ae3
Fix endif tags
NimRegevMar 27, 2025
69bba30
Merge branch 'content-qa' of https://github.com/codefresh-io/docs.cod…
NimRegevMar 27, 2025
89773c0
Updates after self-review
NimRegevMar 27, 2025
5557041
Updates
NimRegevMar 27, 2025
a7945c0
Update monitor-applications.md
NimRegevMar 27, 2025
4601811
Update monitor-applications.md
NimRegevMar 27, 2025
4aa64e0
Update monitor-applications.md
NimRegevMar 27, 2025
d7295e0
Merge branch 'master' into content-qa
NimRegevMar 27, 2025
6f3fca0
Fix icon paths
NimRegevMar 30, 2025
1cc852f
Update monitor-runtimes.md
NimRegevMar 30, 2025
bc00271
Update monitor-runtimes.md
NimRegevMar 30, 2025
e3ff378
Update after self review
NimRegevMar 30, 2025
3d8bbca
Update after self-review
NimRegevMar 30, 2025
f67dfd7
Merge branch 'master' into content-qa
NimRegevMar 30, 2025
06e2007
Update content after self review
NimRegevMar 30, 2025
2404275
Merge branch 'master' into content-qa
NimRegevApr 1, 2025
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: 0 additions & 2 deletions_data/argohub-home-content.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -82,8 +82,6 @@
links:
- title: About promotions
localurl: /gitops/promotions/promotions-overview/
- title: Getting started
localurl: /gitops/promotions/getting-started/
- title: Promotion building blocks
localurl: /gitops/promotions/promotion-components/
- title: Promotion setup guidelines
Expand Down
2 changes: 0 additions & 2 deletions_data/home-content.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -50,8 +50,6 @@
links:
- title: About promotions
localurl: /docs/promotions/promotions-overview/
- title: Getting started
localurl: /docs/promotions/getting-started/
- title: Promotion building blocks
localurl: /docs/promotions/promotion-components/
- title: Promotion setup guidelines
Expand Down
4 changes: 1 addition & 3 deletions_docs/promotions/create-promotion-sequence.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -24,8 +24,7 @@ Promotions are a critical part of continuous delivery, enabling you to move chan
1. [User permissions]({{site.baseurl}}/docs/administration/account-user-management/gitops-abac/)
Users need permissions to create Promotion Workflows, configure promotion settings for products, and trigger promotions.

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

3 changes: 2 additions & 1 deletion_docs/promotions/promotion-policy.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -322,7 +322,8 @@ Deleting a Promotion Policy removes it from all the products and environments it

##Visualize Promotion Workflows in Releases

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.
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.

The visualization includes the Pre- and Post-Action Promotion Workflows within the environments, more specifically, the steps within the workflows.

{% include
Expand Down
15 changes: 0 additions & 15 deletions_docs/promotions/promotion-scenarios.md
View file
Open in desktop

This file was deleted.

131 changes: 63 additions & 68 deletions_docs/promotions/promotion-workflow.md
View file
Open in desktop

Large diffs are not rendered by default.

25 changes: 12 additions & 13 deletions_docs/promotions/promotions-overview.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -23,20 +23,16 @@ max-width="60%"
Watch this video to see a promotion in action:
{::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"}

Watch this video to learn how to configure an automated Promotion Flow:
{::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"}


### Why use GitOps promotions in Codefresh?
Codefresh extends Argo CD’s deployment modelfby introducing structured promotionflow with additional context and automation:
### Why useCodefresh'sGitOps promotions?
Codefresh extends Argo CD’s deployment modelby introducing structured promotionflows with additional context and automation:

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


Every promotion is tracked in Git, tied to a commit, ensuring full traceability. Teams can see who triggered a promotion and why.

* **Context and visibility**
While Argo CD manages deployments at the application level, Codefresh GitOps goes beyond thiswith:
While Argo CD manages deployments at the application level,promotions withCodefresh GitOps goes beyond thisoffering:
* **Environments**:
Represent stages in the software lifecyle, allowing teams to easily track application progression.
Read more on [Environments]({{site.baseurl}}/docs/dashboards/gitops-environments/).
Expand All@@ -58,15 +54,15 @@ max-width="65%"
%}

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


## KeyGitOps promotion entities
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.
## Keyfeatures with GitOps promotions
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.

* **Predefine properties to promote**
Control which application properties are promoted to avoid unnecessary changes.
See [Configuring version and promotable properties forProducts]({{site.baseurl}}/docs/products/promotion-version-properties/).
See [Configuring version and promotable properties forproducts]({{site.baseurl}}/docs/products/promotion-version-properties/).

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

* **Advanced promotions**
* [Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/policy-multi-env-promotion/)
* [Promotions withPromotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/policy-multi-env-promotion/)
* [Environment dependencies]({{site.baseurl}}/docs/gitops-quick-start/dependency-multi-env-promotion/)

Watch this video to learn how to configure an automated Promotion Flow:
{::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"}


##### Understand the building blocks
Learn how promotions work by exploring their core components. See [Promotion building blocks]({{site.baseurl}}/docs/promotions/promotion-components/).
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp