kubezero/charts/kubezero-argocd/Chart.yaml

26 lines
748 B
YAML
Raw Normal View History

2020-05-01 13:57:31 +00:00
apiVersion: v2
2020-06-25 12:52:07 +00:00
description: KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application
2020-11-30 17:30:06 +00:00
name: kubezero-argocd
version: 0.9.3
home: https://kubezero.com
2020-06-03 15:17:04 +00:00
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:
- kubezero
- argocd
- gitops
maintainers:
2022-01-07 14:19:50 +00:00
- name: Stefan Reimer
email: stefan@zero-downtime.net
2020-05-19 11:07:58 +00:00
dependencies:
- name: kubezero-lib
version: ">= 0.1.4"
2021-12-03 21:16:22 +00:00
repository: https://cdn.zero-downtime.net/charts/
2020-06-25 12:52:07 +00:00
- name: argo-cd
2022-01-07 14:19:50 +00:00
version: 3.29.5
2020-06-25 12:52:07 +00:00
repository: https://argoproj.github.io/argo-helm
- name: argocd-applicationset
version: 1.4.0
repository: https://argoproj.github.io/argo-helm
condition: argocd-applicationset.enabled
2022-01-07 14:19:50 +00:00
kubeVersion: ">= 1.20.0"