0Pricing
Helm Academy · Lesson

Deploying Charts with an Argo CD Application

Pointing Argo CD at a chart and values.

The Application CRD

In Argo CD, you describe what to deploy with an Application custom resource. It links a source chart to a destination cluster.

Pointing at a Chart

The source block names a Helm repoURL, the chart name, and a targetRevision (the chart version) Argo CD should sync.

source:
  repoURL: https://charts.bitnami.com/bitnami
  chart: nginx
  targetRevision: 15.5.2

All lessons in this course

  1. The GitOps Model for Helm Releases
  2. Deploying Charts with an Argo CD Application
  3. Flux HelmRelease and HelmRepository
  4. Drift Detection and Automated Sync
← Back to Helm Academy