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
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: v2.4.11
|
appVersion: v2.4.11
|
||||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 5.3.3
|
version: 5.3.4
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -10,10 +10,8 @@ keywords:
|
||||||
- argocd
|
- argocd
|
||||||
- gitops
|
- gitops
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: alexec
|
- name: argoproj
|
||||||
- name: alexmt
|
url: https://argoproj.github.io/
|
||||||
- name: jessesuen
|
|
||||||
- name: seanson
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: redis-ha
|
- name: redis-ha
|
||||||
version: 4.20.0
|
version: 4.20.0
|
||||||
|
@ -21,4 +19,4 @@ dependencies:
|
||||||
condition: redis-ha.enabled
|
condition: redis-ha.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Fixed]: Removal of duplicate mapping key annotations in crds"
|
- "[Changed]: Helm chart maintainers standardized to argoproj"
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: v1.7.1
|
appVersion: v1.7.1
|
||||||
description: A Helm chart for Argo Events, the event-driven workflow automation framework
|
description: A Helm chart for Argo Events, the event-driven workflow automation framework
|
||||||
name: argo-events
|
name: argo-events
|
||||||
version: 2.0.3
|
version: 2.0.4
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argoproj.github.io/argo-events/assets/logo.png
|
icon: https://argoproj.github.io/argo-events/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -11,9 +11,8 @@ keywords:
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/argoproj/argo-events
|
- https://github.com/argoproj/argo-events
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: pdrastil
|
- name: argoproj
|
||||||
- name: VaibhavPage
|
url: https://argoproj.github.io/
|
||||||
- name: whynowy
|
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Fixed]: Fixed selectorLabel of ServiceMonitor that doesn't match metrics Service"
|
- "[Changed]: Helm chart maintainers standardized to argoproj"
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "v1.2.0"
|
appVersion: "v1.2.2"
|
||||||
description: A Helm chart for Argo Rollouts
|
description: A Helm chart for Argo Rollouts
|
||||||
name: argo-rollouts
|
name: argo-rollouts
|
||||||
version: 2.19.0
|
version: 2.19.2
|
||||||
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: alexmt
|
- name: argoproj
|
||||||
- name: dthomson25
|
url: https://argoproj.github.io/
|
||||||
- name: jessesuen
|
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Added]: flags to disable the creation of ClusterRoles/ClusterRoleBindings when run in cluster mode "
|
- "[Changed]: Helm chart maintainers standardized to argoproj"
|
||||||
|
|
|
@ -175,4 +175,4 @@ Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/
|
||||||
[Tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
[Tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
||||||
[priorityClassName]: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
|
[priorityClassName]: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
|
||||||
[Pod Disruption Budget]: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#pod-disruption-budgets
|
[Pod Disruption Budget]: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#pod-disruption-budgets
|
||||||
[values.yaml]: https://github.com/argoproj/argo-helm/blob/argo-rollouts-2.19.0/charts/argo-rollouts/values.yaml
|
[values.yaml]: https://github.com/argoproj/argo-helm/blob/argo-rollouts-2.19.2/charts/argo-rollouts/values.yaml
|
||||||
|
|
|
@ -1,18 +1,16 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
|
appVersion: v3.3.9
|
||||||
name: argo-workflows
|
name: argo-workflows
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
type: application
|
type: application
|
||||||
version: 0.17.0
|
version: 0.17.1
|
||||||
appVersion: v3.3.9
|
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/argoproj/argo-workflows
|
- https://github.com/argoproj/argo-workflows
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: alexec
|
- name: argoproj
|
||||||
- name: alexmt
|
url: https://argoproj.github.io/
|
||||||
- name: jessesuen
|
|
||||||
- name: benjaminws
|
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Fixed]: Changed default .Values.artifactRepository.s3.insecure to false for security"
|
- "[Changed]: Helm chart maintainers standardized to argoproj"
|
||||||
|
|
Loading…
Reference in a new issue