Skip to content

Commit b5484ef

Browse files
parent page for GitOps deployments
1 parent c9b8726 commit b5484ef

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

_docs/deployments/gitops.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Deploy with GitOps"
3+
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
14+
15+
16+
17+
18+

_docs/deployments/helm.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ toc: true
77

88
Codefresh offers several options when it comes to Helm packages and deployments:
99

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.
1515

1616

1717

0 commit comments

Comments
 (0)