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

Commit897a1d4

Browse files
authored
Merge branch 'master' into gitops-auto-promotion-req
2 parents4163643 +7b8d55a commit897a1d4

File tree

44 files changed

+628
-318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+628
-318
lines changed

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ The ArgoHub home page and all pages within the ArgoHub collection are excluded f
151151
- Commandbar HelpHub Search (managed via Commandbar Content Manager).
152152
- Search engines that support the`noindex` rule, such as Google.
153153

154+
####Commandbar's HelpHub and Copilot Content Sync
155+
156+
Commandbar synchronizes the documentation site content using a crawler. However, the Auto Redirect mechanism prevents the crawler from accessing all Enterprise pages (see the "Auto Redirect from Enterprise to ArgoHub Collection" section for details). To address this issue, the Commandbar team configured the crawler to include the`cfdoctype` cookie, enabling it to access all documentation pages and bypass the redirect.
157+
154158
###Auto Redirect from Enterprise to ArgoHub Collection
155159

156160
When the GitOps client adds an ArgoHub system type cookie, the Documentation site will detect it and initiate an automatic redirect. If you open any page from the enterprise collection, the site will check for an equivalent document in the ArgoHub collection and redirect you there if one exists.

‎_data/argohub-home-content.yml‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
localurl:/gitops/gitops-quick-start/create-app-ui/
2525
-title:Creating environments
2626
localurl:/gitops/gitops-quick-start/quick-start-gitops-environments/
27-
-title:Creating Promotion Workflows
28-
localurl:/gitops/gitops-quick-start/quick-start-promotion-workflow/
2927
-title:Simple promotion with drag-and-drop
3028
localurl:/gitops/gitops-quick-start/drag-and-drop/
3129
-title:Simple Promotion Flow with multiple environments
3230
localurl:/gitops/gitops-quick-start/multi-env-sequential-flow/
31+
-title:Creating Promotion Workflows
32+
localurl:/gitops/gitops-quick-start/quick-start-promotion-workflow/
3333
-title:Advanced Promotion Flow with Promotion Workflows
3434
localurl:/gitops/gitops-quick-start/policy-multi-env-promotion/
3535
-title:Advanced Promotion Flow with environment dependencies
@@ -60,6 +60,8 @@
6060
localurl:/gitops/products/assign-applications/
6161
-title:Configuring app version and promoted properties
6262
localurl:/gitops/products/promotion-version-properties/
63+
-title:Configuring promotion concurrency
64+
localurl:/gitops/products/promotion-concurrency/
6365
-title:Assigning Promotion Flows and triggers
6466
localurl:/gitops/products/promotion-flow-triggers/
6567

‎_data/argohub-nav.yml‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
url:"/create-app-ui"
2323
-title:Creating environments
2424
url:"/quick-start-gitops-environments"
25-
-title:Creating Promotion Workflows
26-
url:"/quick-start-promotion-workflow"
2725
-title:Simple promotion with drag-and-drop
2826
url:"/drag-and-drop"
2927
-title:Simple Promotion Flow with multiple environments
3028
url:"/multi-env-sequential-flow"
29+
-title:Creating Promotion Workflows
30+
url:"/quick-start-promotion-workflow"
3131
-title:Advanced Promotion Flow with Promotion Workflows
3232
url:"/policy-multi-env-promotion"
3333
-title:Advanced Promotion Flow with environment dependencies
@@ -218,6 +218,8 @@
218218
url:"/assign-applications"
219219
-title:Configuring version and promotable properties
220220
url:"/promotion-version-properties"
221+
-title:Configuring promotion concurrency
222+
url:"/promotion-concurrency"
221223
-title:Assigning Promotion Flows and triggers
222224
url:"/promotion-flow-triggers"
223225
-title:Tracking Releases for products

‎_data/home-content.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
localurl:/docs/products/assign-applications/
4141
-title:Configuring app version and promoted properties
4242
localurl:/docs/products/promotion-version-properties/
43+
-title:Configuring promotion concurrency
44+
localurl:/gitops/products/promotion-concurrency/
4345
-title:Assigning Promotion Flows and triggers
4446
localurl:/docs/products/promotion-flow-triggers/
4547

‎_data/nav.yml‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
-title:Creating products and applications
2929
url:"/create-app-ui"
3030
-title:Creating environments
31-
url:"/quick-start-gitops-environments"
32-
-title:Creating Promotion Workflows
33-
url:"/quick-start-promotion-workflow"
31+
url:"/quick-start-gitops-environments"
3432
-title:Simple promotion with drag-and-drop
3533
url:"/drag-and-drop"
3634
-title:Simple Promotion Flow with multiple environments
35+
-title:Creating Promotion Workflows
36+
url:"/quick-start-promotion-workflow"
3737
url:"/multi-env-sequential-flow"
3838
-title:Advanced Promotion Flow with Promotion Workflows
3939
url:"/policy-multi-env-promotion"
@@ -413,6 +413,8 @@
413413
url:"/assign-applications"
414414
-title:Configuring version and promotable properties
415415
url:"/promotion-version-properties"
416+
-title:Configuring promotion concurrency
417+
url:"/promotion-concurrency"
416418
-title:Assigning Promotion Flows and triggers
417419
url:"/promotion-flow-triggers"
418420
-title:Tracking releases for products
@@ -637,8 +639,7 @@
637639
url:"/upgrade-gitops-cli"
638640
-title:Migrating GitOps Runtimes from CLI to Helm
639641
url:"/migrate-cli-runtimes-helm"
640-
-title:Install GitOps Runtime alongside Community Argo CD
641-
url:"/argo-with-gitops-side-by-side"
642+
642643

643644

644645
-title:Administration

‎_docs/administration/account-user-management/service-accounts.md‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,6 @@ max-width="90%"
100100
|**Status**| Indicates if the service account is currently active (**Enabled**) or inactive (**Disabled**). You may want to disable a service account to invalidate its API keys without having to remove the service account, and simply reenable when needed.|
101101
|**Actions**| The options available to manage the service account through its context menu: {::nomarkdown}<ul><li><b>Edit</b>: Modify the settings of the service account, including adding/removing teams, enabling/disabling admin role.</li><li><b>Delete</b>: Delete the service account, including all the API keys defined for the account. This means that actions through the Codefresh API or CLI that require these keys will fail.</li></ul>{:/}|
102102

103-
{% if page.collection != site.gitops_collection %}
104-
##Authenticating to Amazon ECR with service account
105-
106-
Authenticate to Amazon ECR registries with credentials from the service account instead of the Access Key ID and Secret Access Key.
107-
This allows pipelines to seamlessly authenticate to Amazon ECR via service account credentials, enhancing security and simplifying access management.
108-
109-
There are two requirements:
110-
1. Set the option to authenticate via service accounts at the account level for pipelines. See[Advanced options for pipelines]({{site.baseurl}}/docs/pipelines/configuration/pipeline-settings/#advanced-options-for-pipelines).
111-
1. Configure Amazon ECR integration to use service account credentials. See[Amazon ECR Container Registry pipeline integration]({{site.baseurl}}/docs/integrations/docker-registries/amazon-ec2-container-registry/).
112-
{% endif %}
113103

114104
##Related articles
115105
{% if page.collection != site.gitops_collection %}

‎_docs/deployments/gitops/application-configuration-settings.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ See [Application Groups]({{site.baseurl}}/docs/deployments/gitops/gitops-app-gro
5757

5858
###Source
5959
The Git repository with the application resources.
60-
{::nomarkdown}<ul> <li><b>Repository URL</b>: The URL of the Git repo or the Helm package repo with the application resources. <br>If SSH is configured for the runtime, you can connect to the repo with either HTTPS or SSH. On selecting the repository, Codefresh automatically updates the URL format. See <a href="https://codefresh.io/docs/docs/installation/gitops/manage-runtimes/#configure-ssh-for-gitops-runtimes">Configure SSH for runtimes</a>.<br>If the Argo CD project is not the <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">default</span> project, make sure that the repo has the correct access roles for your application.<ul><li><b>Revision and Path</b>: Applies to Git repositories. </li><li><b>Chart</b>: Applies to Helm repositories. The name of the Helm package with all the resource definitions for the application, and the version. </li></ul>For more information, see <a href="https://argo-cd.readthedocs.io/en/stable/user-guide/tracking_strategies/" target="\_blank">Tracking and Deployment Strategies</a>.</li></ul>{:/}
60+
{::nomarkdown}<ul> <li><b>Repository URL</b>: The URL of the Git repo or the Helm package repo with the application resources. <br>If SSH is configured for the Runtime, you can connect to the repo with SSH instead of HTTPS. On selecting the repository, Codefresh automatically updates the URL format. See <a href="https://codefresh.io/docs/docs/installation/gitops/manage-runtimes/#configure-ssh-for-gitops-runtimes">Configure SSH for runtimes</a>.<br>If the Argo CD project is not the <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">default</span> project, make sure that the repo has the correct access roles for your application.<ul><li><b>Revision and Path</b>: Applies to Git repositories. </li><li><b>Chart and Version</b>: Applies to Helm repositories. The name of the Helm package with all the resource definitions for the application.<br>The version is the version of the chart itself in the chart’s <code class="highlighter-rouge">Chart.yaml</code> file.</li></ul>For more information, see <a href="https://argo-cd.readthedocs.io/en/stable/user-guide/tracking_strategies/" target="\_blank">Tracking and Deployment Strategies</a>.</li></ul>{:/}
6161

6262

6363

‎_docs/gitops-quick-start/drag-and-drop.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ max-width="60%"
135135

136136

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

141141
[Quick start: Simple Promotion Flow with multiple environments]({{site.baseurl}}/docs/gitops-quick-start/multi-env-sequential-flow/)

‎_docs/gitops-quick-start/gitops-quick-start.md‎

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,24 @@ We've provided a GitHub repository with all the applications and resources used
3737
*[Creating environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/)
3838
Define and manage environments such as development and production, enabling structured application deployments across different stages.
3939

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

4341

44-
##Promoting applications
42+
43+
##Simple promotions for applications
4544

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

4948
*[Simple drag-and-drop promotion]({{site.baseurl}}/docs/gitops-quick-start/drag-and-drop/)
5049
Manually promote a product between two environments.
5150
*[Simple Promotion Flow with multiple environments]({{site.baseurl}}/docs/gitops-quick-start/multi-env-sequential-flow/)
5251
Automate promotions across multiple environments sequentially using a simple Promotion Flow.
52+
53+
##Advanced promotions for applications
54+
Evolve from simple sequential promotions to advanced application promotion scenarios with validations and environment dependencies.
55+
56+
*[Creating Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/quick-start-promotion-workflow/)
57+
Automate pre- and post-promotion actions during GitOps promotions in environments, ensuring quality, security, and compliance at each stage.
5358
*[Advanced Promotion Flow with Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/policy-multi-env-promotion/)
5459
Control promotion behavior for environments using Promotion Workflows within a Promotion Flow.
5560
*[Advanced Promotion Flow with environment dependencies]({{site.baseurl}}/docs/gitops-quick-start/dependency-multi-env-promotion/)

‎_docs/gitops-quick-start/multi-env-sequential-flow.md‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,15 @@ spec:
263263
264264
265265
## What's next
266-
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.
266+
Before we move to more advanced scenarios for promotion applications, we'll create another key entity which enhances the promotion process—Promotion Workflows.
267+
Promotion Workflows are used in automated promotion flows to enforce quality, security, and compliance requirements at each stage of the promotion.
268+
269+
[Quick start: Creating Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/quick-start-promotion-workflow/)
270+
271+
272+
273+
267274
268-
[Quick start: Advanced Promotion Flow with Promotion Workflows]({{site.baseurl}}/docs/gitops-quick-start/policy-multi-env-promotion/)
269275
270276
271277

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp