14 lines
No EOL
246 B
YAML
14 lines
No EOL
246 B
YAML
repositories:
|
|
- name: argocd
|
|
url: https://argoproj.github.io/argo-helm
|
|
|
|
---
|
|
|
|
releases:
|
|
- name: argocd
|
|
namespace: argocd
|
|
chart: argocd/argo-cd
|
|
version: 7.7.21
|
|
values:
|
|
- ./values/argocd.values.yaml
|
|
installed: false |