|
| 1 | +--- |
| 2 | +title:"Deploy Helm applications" |
| 3 | +description:"Learn how Codefresh supports Helm" |
| 4 | +group:deployments |
| 5 | +toc:true |
| 6 | +--- |
| 7 | + |
| 8 | +Codefresh offers several options when it comes to Helm packages and deployments: |
| 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. |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |