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