Configuring custom Helm chart repositories¶
To use a custom Helm chart repository in an application, you need to first define that repository in the helm.repositories field of the argocd-cm.yaml configuration patch.
Note that the default repository (which provides the stable/<chart> charts from https://github.com/helm/charts) is included by default.
See also
Helm Chart Repositories in the Argo CD documentation.