This is a Helm chart repository for the ArgoCD Helm chart.
helm repo add argocd https://k8sforge.github.io/argocd-chart
helm repo update
helm install my-argocd argocd/argocd --version <version>
helm search repo argocd/argocd --versions
argocdhttps://k8sforge.github.io/argocd-chartFor complete documentation, configuration options, and examples, visit the main repository.
This chart is also available via OCI registry:
helm install my-argocd \
oci://ghcr.io/k8sforge/argocd-chart/argocd \
--version <version>