You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
* Add video linksAdded links to product videos in youtube* Resize icon* Add blue icon for comparison* Test icon* Resized video icon* Update about-products.md* removed icon for youtube links* Add video links to products and trigger promotions* Add videos to articles* Add video links to trigger promotionsAdded links to promotion flow and dnd videos* Add missing extension to video file* Remove line breaks from video lead-ins* Update git-sources.md* Update git-sources.md* Update git-sources.md* Update about-products.md* Update video links for demo* Add svg icon for video* Update about-products.md* Update about-products.md* Testing change to video icon* Update about-products.md* Change video icon to svgChanged video icon to svg to remove pixellation* Update content* Update configure-product-settings.md* Update path for icon---------Co-authored-by: Alina Shklyar <alina.shklyar@codefresh.io>
Copy file name to clipboardExpand all lines: _docs/installation/gitops/git-sources.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ The Git Source connects to a Git repository within your organization, serving as
11
11
The Git repository referenced by the Git Source stores application manifests and other resources which are always synced to the cluster. Codefresh manages the Git Source itself as an Argo CD application.
12
12
13
13
Watch this video:
14
-
{::nomarkdown}<img src=../../../../images/icons/video-play-icon-blue.svg?display=inline-block>{:/}[Git Sources in Runtimes](https://www.youtube.com/watch?v=StKxdCcOIQc&t=2s){:target="\_blank"}
14
+
{::nomarkdown}<img src=../../../images/icons/video-play-icon-blue.svg?display=inline-block>{:/}[Git Sources in Runtimes](https://www.youtube.com/watch?v=StKxdCcOIQc&t=2s){:target="\_blank"}
15
+
15
16
16
17
#####Types of Git Sources
17
18
Codefresh allows you to create two types of Git Sources: Standard and Restricted Git Sources.
For detailed information, see[Shared Configuration Repository]({{site.baseurl}}/docs/installation/gitops/shared-configuration/).
53
53
@@ -68,7 +68,8 @@ The Git Source connects to a Git repository within your organization, and stores
68
68
You can add a Git Source as part of the Runtime installation, or after installation whenever required. The same Runtime can have multiple Git Sources. Codefresh manages the Git Source itself as an Argo CD application.
69
69
70
70
Watch this video for an overview:
71
-
{::nomarkdown}<img src=../../../../images/icons/video-play-icon-blue.svg?display=inline-block>{:/}[Git Sources in Runtimes](https://www.youtube.com/watch?v=StKxdCcOIQc&t=2s){:target="\_blank"}
71
+
{::nomarkdown}<img src=../../../images/icons/video-play-icon-blue.svg?display=inline-block>{:/}[Git Sources in Runtimes](https://www.youtube.com/watch?v=StKxdCcOIQc&t=2s){:target="\_blank"}
72
+
72
73
73
74
For detailed information, see[Managing Git Sources in GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/git-sources/).
Copy file name to clipboardExpand all lines: _docs/installation/gitops/shared-configuration.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ toc: true
8
8
A Codefresh account with<!--- a Hosted or-->a Hybrid GitOps Runtime can store configuration manifests for account-level resources in a Git repository. This repository, the Shared Configuration Repository, can be shared with other GitOps Runtimes in the same account, avoiding the need to create and maintain different configuration manifests for every GitOps Runtime. At the same time, you also have the flexibility to store resources unique to specific Runtimes without affecting other Runtimes.
Copy file name to clipboardExpand all lines: _docs/products/about-products.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ Harness the power of **Products** in Codefresh GitOps to streamline the manageme
14
14
A Product groups related Argo CD applications, providing a unified perspective as the applications progress through different stages of development and deployment. By defining relationships between applications across multiple environments, Products introduce an organizational layer providing context that help manage application releases as a cohesive unit.
{::nomarkdown}<img src=../../../../images/icons/video-play-icon-blue.svg?display=inline-block>{:/}[Dive into Promotion Settings for Products](https://www.youtube.com/watch?v=AjFhoja8TjY){:target="\_blank"}
102
+
{::nomarkdown}<img src=../../../images/icons/video-play-icon-blue.svg?display=inline-block>{:/}[Dive into Promotion Settings for Products](https://www.youtube.com/watch?v=AjFhoja8TjY){:target="\_blank"}
103
+
102
104
103
105
##Tracing Product promotions through Releases
104
106
Whenever a Product is promoted, Codefresh GitOps generates a Release, capturing the promotion orchestration across environments. The Releases tab of the product lists both ongoing and completed releases, from where you can monitor specific releases.
Copy file name to clipboardExpand all lines: _docs/products/configure-product-settings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This article describes how to configure the different Product Settings:
27
27
Define the version and properties to promote for the applications in the product either from a predefined promotion template, or by defining the promotion settings.
28
28
29
29
Watch this video:
30
-
{::nomarkdown}<img src=../../../../images/icons/video-play-icon-blue.svg?display=inline-block>{:/}[Dive into Promotion Settings for Products](https://www.youtube.com/watch?v=AjFhoja8TjY){:target="\_blank"}
30
+
{::nomarkdown}<img src=../../../images/icons/video-play-icon-blue.svg?display=inline-block>{:/}[Dive into Promotion Settings for Products](https://www.youtube.com/watch?v=AjFhoja8TjY){:target="\_blank"}
31
31
32
32
##Form & YAML modes
33
33
As with most GitOps entities, you have the option to configure Product Settings in Form or YAML modes, and switch seamlessly between them during configuration.
Copy file name to clipboardExpand all lines: _docs/promotions/promotion-flow.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ Promotion Flows allow teams to manage their software delivery pipelines with pre
14
14
Backed by the power of Argo CD, streamline the process of moving code changes through different stages, minus all the manual work of custom scripting to manage environment-specific requirements.
Copy file name to clipboardExpand all lines: _docs/promotions/promotions-overview.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Review these articles to begin with promotions in Codefresh GitOps:
17
17
Dive into[quick starts on promotions]({{site.baseurl}}/docs/gitops-quick-start/promotions/)<!--- ({{site.baseurl}}/docs/gitops-quick-start/)--> for step-by-step guides to get started efficiently.
@@ -27,7 +27,8 @@ Explore [Promotion building blocks]({{site.baseurl}}/docs/promotions/promotion-c
27
27
Follow the guidelines in[Promotions: Setup & configuration]({{site.baseurl}}/docs/promotions/create-promotion-sequence/) to configure, trigger, and monitor promotions.
28
28
29
29
Watch this video to learn how to configure an automated Promotion Flow:
Codefresh builds on the power of GitOps by fully integrating promotions into its framework, giving you enhanced visibility, control, and automation, with Git as the single source of truth.
Copy file name to clipboardExpand all lines: _docs/promotions/trigger-promotions.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,16 @@ Promotions are a key component of the continuous delivery (CD) process, enabling
10
10
Codefresh GitOps supports automated promotion scenarios tailored to various deployment models through Promotion Flows, triggered on predefined criteria, such as specific commit messages or changes in Git branches, allowing seamless and consistent updates across environments.
See also[Creating Promotion Flows](#{{site.baseurl}}/docs/promotions/promotion-flow/).
16
17
17
18
Recognizing that some scenarios require on-demand control, Codefresh also provides manual promotion triggers to handle specific needs. Whether deploying a hotfix to production, promoting an entire product release, or testing code changes in a targeted environment, manual promotion options offer flexibility to meet these demands.
Manual promotion triggers provide different levels of control, accessible from distinct areas of the platform, enabling:
23
25
@@ -53,7 +55,9 @@ Each method is available only if your account administrator has assigned permiss
53
55
Drag-and-drop the product to the target environment to promote changes, and customize the Promotion Settings to control promotion behavior for the environment.
54
56
This method is useful to test changes within a specific environment. For example, QA teams wanting to test changes in staging or other internal environments.