argocd-helm/charts/argo-events/Chart.yaml
JM 8ba4e42731
chore(maintainers): Change helm chart maintainers to argoproj (#1426)
Standardize helm chart maintainer to be

```yaml
maintainers:
  - name: argoproj
    url: https://argoproj.github.io/
```

We'll use CODEOWNERS to notify individual maintainers about PRs to the helm charts and will be our source-of-truth for that information

Signed-off-by: jmeridth <jmeridth@gmail.com>
2022-08-26 11:02:57 +02:00

18 lines
531 B
YAML

apiVersion: v2
appVersion: v1.7.1
description: A Helm chart for Argo Events, the event-driven workflow automation framework
name: argo-events
version: 2.0.4
home: https://github.com/argoproj/argo-helm
icon: https://argoproj.github.io/argo-events/assets/logo.png
keywords:
- argoproj
- argo-events
sources:
- https://github.com/argoproj/argo-events
maintainers:
- name: argoproj
url: https://argoproj.github.io/
annotations:
artifacthub.io/changes: |
- "[Changed]: Helm chart maintainers standardized to argoproj"