diff options
author | makefunstuff <[email protected]> | 2024-06-28 13:04:03 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 13:04:03 +0200 |
commit | 320b06cb81e0fe434aea56494684fae101a89dfc (patch) | |
tree | 8b3e1946749256254f6fef746e9b997223209d25 /tools/argocd | |
parent | 96abd71cde4ed66223a916935ab28af1909b7ef0 (diff) | |
download | k3s-lab-320b06cb81e0fe434aea56494684fae101a89dfc.tar.gz |
update
Diffstat (limited to '')
-rw-r--r-- | tools/argocd/Chart.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/argocd/Chart.yaml b/tools/argocd/Chart.yaml index e69de29..4cae20b 100644 --- a/tools/argocd/Chart.yaml +++ b/tools/argocd/Chart.yaml @@ -0,0 +1,10 @@ +apiVersion: v2 +name: argocd +description: A Helm chart for deploying ArgoCD with custom Ingress rules +version: 0.1.0 +appVersion: v2.1.7 + +dependencies: + - name: argo-cd + version: 4.5.2 + repository: https://argoproj.github.io/argo-helm |