13 lines
304 B
YAML
13 lines
304 B
YAML
|
|
apiVersion: v2
|
||
|
|
name: argocd
|
||
|
|
description: Helm chart to update the argocd
|
||
|
|
type: application
|
||
|
|
version: 0.1.0
|
||
|
|
dependencies:
|
||
|
|
- name: argo-cd
|
||
|
|
version: "7.6.12"
|
||
|
|
repository: "https://argoproj.github.io/argo-helm"
|
||
|
|
- name: argo-rollouts
|
||
|
|
version: "2.37.7"
|
||
|
|
repository: "https://argoproj.github.io/argo-helm"
|