diff options
Diffstat (limited to 'tools/argocd/Chart.yaml')
-rw-r--r-- | tools/argocd/Chart.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/argocd/Chart.yaml b/tools/argocd/Chart.yaml new file mode 100644 index 0000000..84ecd67 --- /dev/null +++ b/tools/argocd/Chart.yaml @@ -0,0 +1,9 @@ +apiVersion: v2 +name: argocd +version: 0.1.0 +description: A Helm chart for deploying ArgoCD +dependencies: + - name: argo-cd + version: 7.3.2 + repository: "https://argoproj.github.io/argo-helm" + |