šŸš€ Quick Start

Add this Helm repository and install charts:

helm repo add argo-helm-charts https://nicholasadamou.github.io/argo-helm-charts/ helm repo update helm search repo argo-helm-charts

Install charts:

# Install ArgoCD helm install argocd argo-helm-charts/argocd # Install Argo Workflows helm install argo-workflows argo-helm-charts/argo-workflows

šŸ“¦ Available Charts

ArgoCD

Declarative GitOps continuous delivery tool for Kubernetes. A wrapper around the official ArgoCD Helm chart with sensible defaults and additional configurations.

Features: GitOps workflows, SSO integration, RBAC, multi-cluster support

For current version information, check the repository index

Argo Workflows

Container-native workflow engine for orchestrating parallel jobs on Kubernetes. A wrapper around the official Argo Workflows chart.

Features: DAG workflows, artifact passing, conditional execution, retry logic

For current version information, check the repository index

Common

Common library chart providing shared templates and helper functions for Argo-related Helm charts in this repository.

Features: Shared templates, naming conventions, label helpers

For current version information, check the repository index

šŸ“š Documentation & Support

For detailed installation instructions, configuration options, and troubleshooting guides, visit our GitHub repository.

ArgoCD Docs Workflows Docs Common Docs