fix(argo-events): use correct artifacthub annotation kind

This is to get latest argo-workflows chart version out to artifacthub.

Can't get the previous ones that had incorrect kinds.

argoproj#2030 adds linting so this doesn't happen again. Will merge after argo-workflows and argo-events charts are fixed.

Signed-off-by: jmeridth <jmeridth@gmail.com>
This commit is contained in:
jmeridth 2023-05-08 10:20:30 -05:00
parent 9d10834909
commit e75addebb8
No known key found for this signature in database
GPG key ID: 246606CF636B3F68

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v1.7.6
description: A Helm chart for Argo Events, the event-driven workflow automation framework
name: argo-events
version: 2.3.1
version: 2.3.2
home: https://github.com/argoproj/argo-helm
icon: https://avatars.githubusercontent.com/u/30269780?s=200&v=4
keywords:
@ -15,5 +15,5 @@ maintainers:
url: https://argoproj.github.io/
annotations:
artifacthub.io/changes: |
- kind: chore
description: Update chart icon
- kind: fixed
description: Use correct artifacthub kind and get latest chart version to artifacthub