Argocd [patched] Download Helm Chart May 2026
Creating an application is the most common way to trigger a "download" and sync. : Give your app a unique name. Project : Usually default . Source : Repository URL : Select your registered Helm repo. Chart : Type the name of the chart (e.g., nginx ). Version : Specify a semantic version (e.g., 15.1.1 ). Destination : Choose your target cluster and namespace. 📄 Declarative Application Definition
Before Argo CD can access your charts, you must register the repository. argocd download helm chart
: If your chart has dependencies in other private repos, enable the passCredentials flag in the Helm section of your Application spec. Creating an application is the most common way
: Argo CD supports Helm charts stored in OCI-compliant registries (like Amazon ECR or Google Artifact Registry). To use these, prefix the URL with oci:// . ⚙️ Customizing the Download (Values & Parameters) Source : Repository URL : Select your registered Helm repo