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
description: "Learn how Codefresh deploys GitOps applications"
4
+
group: deployments
5
+
toc: true
6
+
---
7
+
8
+
Codefresh has a native module for GitOps deployments powered by Argo CD and Argo Rollouts. It also has native support for Argo Events and Argo Workflows.
9
+
10
+
* Create a [GitOps Application]({{site.baseurl}}/docs/deployments/helm/managed-helm-repository/) either from the GUI or the CLI.
11
+
*[Monitor your GitOps applications]({{site.baseurl}}/docs/deployments/helm/helm-charts-and-repositories/) and check their health status
12
+
* You can [edit/delete/rollback]({{site.baseurl}}/docs/deployments/helm/helm-releases-management/) applications while still keeping the state in Git.
13
+
* Perform [Canary releases]({{site.baseurl}}/docs/deployments/helm/helm-environment-promotion/) via the dedicated UI
Copy file name to clipboardExpand all lines: _docs/deployments/helm.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ toc: true
7
7
8
8
Codefresh offers several options when it comes to Helm packages and deployments:
9
9
10
-
1. Codefresh offers a [built-in Helm repository]({{site.baseurl}}/docs/deployments/helm/managed-helm-repository/) that you can use in your applications.
11
-
1. You can connect your [own external Helm repositories]({{site.baseurl}}/docs/deployments/helm/helm-charts-and-repositories/) and then reference them by name everywhere in your pipelines
12
-
1. You can [view the contents]({{site.baseurl}}/docs/deployments/helm/helm-releases-management/) of your Helm repositories and the charts they contain
13
-
1. You can easily [store a chart]({{site.baseurl}}/docs/deployments/helm/custom-helm-uploads/) or [deploy it]({{site.baseurl}}/docs/deployments/helm/using-helm-in-codefresh-pipeline/) from a Codefresh pipeline
14
-
1. You can create [Helm environments]({{site.baseurl}}/docs/deployments/helm/helm-environment-promotion/) in a dedicated dashboard and promote releases between them.
10
+
* Codefresh offers a [built-in Helm repository]({{site.baseurl}}/docs/deployments/helm/managed-helm-repository/) that you can use in your applications.
11
+
* You can connect your [own external Helm repositories]({{site.baseurl}}/docs/deployments/helm/helm-charts-and-repositories/) and then reference them by name everywhere in your pipelines
12
+
* You can [view the contents]({{site.baseurl}}/docs/deployments/helm/helm-releases-management/) of your Helm repositories and the charts they contain
13
+
* You can easily [store a chart]({{site.baseurl}}/docs/deployments/helm/custom-helm-uploads/) or [deploy it]({{site.baseurl}}/docs/deployments/helm/using-helm-in-codefresh-pipeline/) from a Codefresh pipeline
14
+
* You can create [Helm environments]({{site.baseurl}}/docs/deployments/helm/helm-environment-promotion/) in a dedicated dashboard and promote releases between them.
0 commit comments