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:
parent
9920ecdb6e
commit
8ba4e42731
5 changed files with 19 additions and 25 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue