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

@ -1,18 +1,16 @@
apiVersion: v2
appVersion: v3.3.9
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.17.0
appVersion: v3.3.9
version: 0.17.1
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
sources:
- https://github.com/argoproj/argo-workflows
maintainers:
- name: alexec
- name: alexmt
- name: jessesuen
- name: benjaminws
- name: argoproj
url: https://argoproj.github.io/
annotations:
artifacthub.io/changes: |
- "[Fixed]: Changed default .Values.artifactRepository.s3.insecure to false for security"
- "[Changed]: Helm chart maintainers standardized to argoproj"