diff options
author | makefunstuff <[email protected]> | 2024-06-28 17:54:07 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 17:54:07 +0200 |
commit | b427ae29bd6d0abc447d70fe082ceddfcc42a10e (patch) | |
tree | 0971f5c20c64f9ba2fa81b753e200ffcf7db56c9 /tools/argocd/Chart.yaml | |
parent | 8c6eeb9045125aa3b0666deccc3815e78112ea16 (diff) | |
download | k3s-lab-b427ae29bd6d0abc447d70fe082ceddfcc42a10e.tar.gz |
it works!!!!!1111
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" + |