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

Separate promotions into simple and advanced#1287

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
Merged
Show file tree
Hide file tree
Changes fromall 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
4 changes: 2 additions & 2 deletions_data/argohub-home-content.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -24,12 +24,12 @@
localurl: /gitops/gitops-quick-start/create-app-ui/
- title: Creating environments
localurl: /gitops/gitops-quick-start/quick-start-gitops-environments/
- title: Creating Promotion Workflows
localurl: /gitops/gitops-quick-start/quick-start-promotion-workflow/
- title: Simple promotion with drag-and-drop
localurl: /gitops/gitops-quick-start/drag-and-drop/
- title: Simple Promotion Flow with multiple environments
localurl: /gitops/gitops-quick-start/multi-env-sequential-flow/
- title: Creating Promotion Workflows
localurl: /gitops/gitops-quick-start/quick-start-promotion-workflow/
- title: Advanced Promotion Flow with Promotion Workflows
localurl: /gitops/gitops-quick-start/policy-multi-env-promotion/
- title: Advanced Promotion Flow with environment dependencies
Expand Down
4 changes: 2 additions & 2 deletions_data/argohub-nav.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,12 +22,12 @@
url: "/create-app-ui"
- title: Creating environments
url: "/quick-start-gitops-environments"
- title: Creating Promotion Workflows
url: "/quick-start-promotion-workflow"
- title: Simple promotion with drag-and-drop
url: "/drag-and-drop"
- title: Simple Promotion Flow with multiple environments
url: "/multi-env-sequential-flow"
- title: Creating Promotion Workflows
url: "/quick-start-promotion-workflow"
- title: Advanced Promotion Flow with Promotion Workflows
url: "/policy-multi-env-promotion"
- title: Advanced Promotion Flow with environment dependencies
Expand Down
6 changes: 3 additions & 3 deletions_data/nav.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,12 +28,12 @@
- title: Creating products and applications
url: "/create-app-ui"
- title: Creating environments
url: "/quick-start-gitops-environments"
- title: Creating Promotion Workflows
url: "/quick-start-promotion-workflow"
url: "/quick-start-gitops-environments"
- title: Simple promotion with drag-and-drop
url: "/drag-and-drop"
- title: Simple Promotion Flow with multiple environments
- title: Creating Promotion Workflows
url: "/quick-start-promotion-workflow"
url: "/multi-env-sequential-flow"
- title: Advanced Promotion Flow with Promotion Workflows
url: "/policy-multi-env-promotion"
Expand Down
2 changes: 1 addition & 1 deletion_docs/gitops-quick-start/drag-and-drop.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -135,7 +135,7 @@ max-width="60%"


## What's next
Now that you've learned how to promote a product using the drag-and-drop method, we'll explore more advanced promotionscenarios.
Now that you've learned how to promote a product using the drag-and-drop method, we'll exploreamore advanced promotionscenario.
The next quick start describes how to orchestrate a promotion through a Promotion Flow, which automates deployments across more than two environments.

[Quick start: Simple Promotion Flow with multiple environments]({{site.baseurl}}/docs/gitops-quick-start/multi-env-sequential-flow/)
Expand Down
13 changes: 9 additions & 4 deletions_docs/gitops-quick-start/gitops-quick-start.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -37,19 +37,24 @@ We've provided a GitHub repository with all the applications and resources used
* [Creating environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/)
Define and manage environments such as development and production, enabling structured application deployments across different stages.

* [Creating Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/quick-start-promotion-workflow/)
Automate pre- and post-promotion actions during GitOps promotions in environments, ensuring quality, security, and compliance at each stage.


## Promoting applications

## Simple promotions for applications

Promote and deploy changes in applications across environments.
Start with simple manual promotion, then automatewith Promotion Flows—evolving fromsimplesequential promotions to advanced ones with environment dependencies.
Start with simple manual promotion across two environments, then automateacross multiple environments with asimplePromotion Flows.

* [Simple drag-and-drop promotion]({{site.baseurl}}/docs/gitops-quick-start/drag-and-drop/)
Manually promote a product between two environments.
* [Simple Promotion Flow with multiple environments]({{site.baseurl}}/docs/gitops-quick-start/multi-env-sequential-flow/)
Automate promotions across multiple environments sequentially using a simple Promotion Flow.

## Advanced promotions for applications
Evolve from simple sequential promotions to advanced application promotion scenarios with validations and environment dependencies.

* [Creating Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/quick-start-promotion-workflow/)
Automate pre- and post-promotion actions during GitOps promotions in environments, ensuring quality, security, and compliance at each stage.
* [Advanced Promotion Flow with Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/policy-multi-env-promotion/)
Control promotion behavior for environments using Promotion Workflows within a Promotion Flow.
* [Advanced Promotion Flow with environment dependencies]({{site.baseurl}}/docs/gitops-quick-start/dependency-multi-env-promotion/)
Expand Down
10 changes: 8 additions & 2 deletions_docs/gitops-quick-start/multi-env-sequential-flow.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -263,9 +263,15 @@ spec:


## What's next
The next quick start will guide you through adding Promotion Workflows to each environment in a Promotion Flow. Promotion Workflows act as gates for conditional promotions, giving you more control and flexibility over promotion processes.
Before we move to more advanced scenarios for promotion applications, we'll create another key entity which enhances the promotion process—Promotion Workflows.
Promotion Workflows are used in automated promotion flows to enforce quality, security, and compliance requirements at each stage of the promotion.

[Quick start: Creating Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/quick-start-promotion-workflow/)





[Quick start: Advanced Promotion Flow with Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/policy-multi-env-promotion/)



2 changes: 1 addition & 1 deletion_docs/gitops-quick-start/policy-multi-env-promotion.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@ redirect_from:

Promotion Flows allow you to [automate promotions across multiple environments]({{site.baseurl}}/docs/gitops-quick-start/multi-env-sequential-flow/).

This quick start explores how to enhance Promotion Flows by configuringconditionsfor each environment through Promotion Workflows.
This quick start explores how to enhance Promotion Flows by configuringPromotion Workflowsfor each environment.
Promotion Workflows define the conditions under which changes are promoted to the next environment. They automate testing, validation, and other required checks, establishing gates to enforce promotion criteria.

For this quick start, we'll use the same Promotion Workflows created in [Quick Start: Creating Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/quick-start-promotion-workflow) within the Promotion Flow.
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -101,8 +101,9 @@ Here's an example of the Environments dashboard with the three environments, and


## What's next
Now that you've set up environments, we'll focus on another key entity in GitOps promotions which enhances the promotion process—Promotion Workflows.
Promotion Workflows are used in automated promotion flows to enforce quality, security, and compliance requirements at each stage of the promotion.
Now that you've set up environments, and the other entities required for GitOps-based promotions, you can trigger promotions to move application versions across environments.

[Quick start: Creating Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/quick-start-promotion-workflow/)
We'll start with a simple drag-and-drop promotion.

[Quick start: Simple promotion with drag-and-drop]({{site.baseurl}}/docs/gitops-quick-start/drag-and-drop/)

View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -243,8 +243,6 @@ For example, you can configure the ServiceNow Promotion Workflow in example 2 as


## What's next
Now thatyouhave created all the entities requiredforGitOps-based promotions, youcan trigger promotions to move application versions across environments.
The next quick start will guideyouthrough adding Promotion Workflows to each environment in a Promotion Flow. Promotion Workflows act as gatesforconditional promotions,givingyoumore control and flexibility over promotion processes.

We'll start with a simple drag-and-drop promotion.

[Quick start: Simple promotion with drag-and-drop]({{site.baseurl}}/docs/gitops-quick-start/drag-and-drop/)
[Quick start: Advanced Promotion Flow with Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/policy-multi-env-promotion/)

[8]ページ先頭

©2009-2025 Movatter.jp