argocd-helm/charts/argo-cd/Chart.yaml
yanyx abea0338a3
fix(argo-cd): fix subscriptions default value (#1197)
* fix subscriptions default value

Signed-off-by: Yixing Yan <yixingyan@gmail.com>

* update changelog

Signed-off-by: Yixing Yan <yixingyan@gmail.com>

* update argo-cd readme

Signed-off-by: Yixing Yan <yixingyan@gmail.com>
2022-03-28 15:17:43 +02:00

24 lines
650 B
YAML

apiVersion: v2
appVersion: v2.3.2
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 4.2.3
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
keywords:
- argoproj
- argocd
- gitops
maintainers:
- name: alexec
- name: alexmt
- name: jessesuen
- name: seanson
dependencies:
- name: redis-ha
version: 4.12.17
repository: https://dandydeveloper.github.io/charts/
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- "[Fixed]: Correct ArgoCD notification subscriptions type"