diff options
Diffstat (limited to '')
-rw-r--r-- | tools/argocd/Chart.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/argocd/Chart.yaml b/tools/argocd/Chart.yaml index 4cae20b..84ecd67 100644 --- a/tools/argocd/Chart.yaml +++ b/tools/argocd/Chart.yaml @@ -1,10 +1,9 @@ apiVersion: v2 name: argocd -description: A Helm chart for deploying ArgoCD with custom Ingress rules version: 0.1.0 -appVersion: v2.1.7 - +description: A Helm chart for deploying ArgoCD dependencies: - name: argo-cd - version: 4.5.2 - repository: https://argoproj.github.io/argo-helm + version: 7.3.2 + repository: "https://argoproj.github.io/argo-helm" + |