21 lines
528 B
YAML
21 lines
528 B
YAML
apiVersion: v2
|
|
name: argo1
|
|
description: A Helm chart for your management ArgoCD of your management ArgoCD
|
|
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: &argoVersion 5.29.1
|
|
|
|
argoRepo: &argoRepo "https://argoproj.github.io/argo-helm"
|
|
argoChart: &argoChart argo-cd
|
|
dependencies:
|
|
- name: *argoChart
|
|
version: *argoVersion
|
|
repository: *argoRepo
|
|
#- name: argo-cd
|
|
# version: "5.29.1"
|
|
# repository: "https://argoproj.github.io/argo-helm"
|
|
#- name: argocd-apps
|
|
# version: 0.0.9
|
|
# repository: "https://argoproj.github.io/argo-helm"
|