fix(argo-events): use correct artifacthub annotation kind (#2032)
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> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>pull/2030/head^2 argo-events-2.3.2
parent
24089bdd38
commit
442fa22edc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue