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
Copy file name to clipboardExpand all lines: _docs/deployments/gitops/create-application.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
@@ -71,7 +71,7 @@ Select an existing group or groups, or create a new application group by typing
71
71
72
72
###Source
73
73
The Git repository to be tracked for changes to the application's source code.
74
-
{::nomarkdown}<ul> <li><b>Repository URL</b>: The Git repo or the Helm package repo with the application source code, to be tracked for changes. <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/monitor-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>{:/}
74
+
{::nomarkdown}<ul> <li><b>Repository URL</b>: The Git repo or the Helm package repo with the application source code, to be tracked for changes. <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>{:/}
Docker registries and all cluster integrations are automatically available to all pipelines, withoutDocker login commands or`kubectl` commands to set up a Kube context inside your pipeline.
41
+
Docker registries and all cluster integrations are automatically available to all pipelines, without Docker login commands or`kubectl` commands to set up a Kube context inside your pipeline.
42
42
43
43
44
44
###Dashboards and insights
@@ -73,11 +73,11 @@ See [CI/CD quick start]({{site.baseurl}}/docs/ci-quick-start/ci-quick-start/).
73
73
74
74
#####Example catalog
75
75
If you are familiar with CI/CD, we have an extensive collection of examples that cover several CI and CD scenarios:
And finally, you can dive in to our detailed guides. Look for CI/CI guides in the documentation such as[Packaging/Compilations]({{site.baseurl}}/docs/ci-cd-guides/packaging-compilation/) and[Building Docker images]({{site.baseurl}}/docs/ci-cd-guides/building-docker-images/)
80
+
And finally, you can dive in to our detailed guides. Look for CI/CI guides in the documentation such as[Packaging/Compilations]({{site.baseurl}}/docs/ci-cd-guides/packaging-compilation/) and[Building Docker images]({{site.baseurl}}/docs/ci-cd-guides/building-docker-images/).
81
81
82
82
83
83
##Codefresh & GitOps with Argo CD
@@ -88,7 +88,7 @@ Codefresh is a full-featured, turn-key solution for application deployments and
88
88
89
89
90
90
**GitOps Runtimes**
91
-
You canuse[your ownGitOps Runtime]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/) or get started quick with a[runtime hosted by Codefresh]({{site.baseurl}}/docs/installation/gitops/hosted-runtime/).
91
+
You caninstall a[HybridGitOps Runtime]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
92
92
93
93
Codefresh offers security, maintainability, traceability, and most importantly, a single control plane for all stakeholders, be they developers, operators, product owners or project managers.
94
94
@@ -100,7 +100,7 @@ Codefresh brings the power of the Argo Project to your Kubernetes deployments th
100
100
* Argo Events for event-driven workflow automation framework
101
101
102
102
103
-
Codefresh unified all4 projects of the Argo family into a single*Runtime*, providing an enterprise-supported version of all projects enhanced with unique functionality.
103
+
Codefresh unified allfour projects of the Argo family into a single*Runtime*, providing an enterprise-supported version of all projects enhanced with unique functionality.
Copy file name to clipboardExpand all lines: _docs/gitops-integrations/gerrit-integration.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
@@ -101,7 +101,7 @@ See [Connect to Git provider]({{site.baseurl}}/docs/installation/gitops/hosted-r
101
101
102
102
###Enrich image information
103
103
To enrich images with relevant information from Gerrit, incorporate Codefresh's image reporting step into your pipelines/workflows, providing relevant Gerrit arguments.
Copy file name to clipboardExpand all lines: _docs/installation/gitops.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
@@ -78,7 +78,7 @@ You can install the Hybrid GitOps Runtime via Helm using one of two options, tai
78
78
Within the same account, you can install one Hybrid GitOps Runtime per cluster.
79
79
To install additional Hybrid GitOps Runtimes in the same account, each Runtime must be installed on a different cluster. Every Runtime within the same account must have a unique name.
80
80
81
-
See[Installing additional GitOps Runtimes from the Codefresh UI]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation#install-additional-gitops-runtimes-in-account), or using[Terraform]({{site.baseurl}}/gitops/hybrid-gitops-helm-installation/#install-gitops-runtime-via-terraform).
81
+
See[Installing additional GitOps Runtimes from the Codefresh UI]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation#install-additional-gitops-runtimes-in-account), or using[Terraform]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/#install-gitops-runtime-via-terraform) to install Runtimes.
82
82
83
83
<!--- ## Hosted GitOps
84
84
The SaaS version of GitOps, Hosted GitOps has Argo CD installed in the Codefresh cluster.