11 lines
317 B
YAML
11 lines
317 B
YAML
apiVersion: v2
|
|
name: argocd
|
|
description: A Helm chart for ArgoCD
|
|
type: application
|
|
version: 1.0.0
|
|
appVersion: "2.2.5" # Specify the version of ArgoCD you want to deploy
|
|
dependencies:
|
|
- name: argocd
|
|
version: 3.35.4 # Specify the version of the ArgoCD chart
|
|
repository: https://argoproj.github.io/argo-helm
|