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>
This commit is contained in:
JM 2022-08-26 04:02:57 -05:00 committed by GitHub
parent 9920ecdb6e
commit 8ba4e42731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 25 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.4.11
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 5.3.3
version: 5.3.4
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
keywords:
@ -10,10 +10,8 @@ keywords:
- argocd
- gitops
maintainers:
- name: alexec
- name: alexmt
- name: jessesuen
- name: seanson
- name: argoproj
url: https://argoproj.github.io/
dependencies:
- name: redis-ha
version: 4.20.0
@ -21,4 +19,4 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- "[Fixed]: Removal of duplicate mapping key annotations in crds"
- "[Changed]: Helm chart maintainers standardized to argoproj"