From a3c77c80d7f330fbd2735e23655387c9e0a68ad9 Mon Sep 17 00:00:00 2001 From: Oleg Date: Tue, 18 Jan 2022 23:19:41 +0100 Subject: [PATCH] feat(argo-events): Bump argo-events to the latest release (#1092) * Bump argo-events to the latest release Signed-off-by: Oleg Mayko * Apply changes from code review Signed-off-by: Marco Kilchhofer * Fix typo Signed-off-by: Marco Kilchhofer Co-authored-by: Marco Kilchhofer --- charts/argo-events/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-events/Chart.yaml b/charts/argo-events/Chart.yaml index f69047bf..cdb0d503 100644 --- a/charts/argo-events/Chart.yaml +++ b/charts/argo-events/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: A Helm chart to install Argo-Events in k8s Cluster name: argo-events -version: 1.10.0 +version: 1.10.1 keywords: - argo-events - sensor-controller @@ -12,9 +12,9 @@ sources: maintainers: - name: VaibhavPage - name: whynowy -appVersion: v1.5.0 +appVersion: v1.5.6 icon: https://argoproj.github.io/argo-events/assets/logo.png home: https://github.com/argoproj/argo-helm annotations: artifacthub.io/changes: | - - "[Changed]: Use helm-docs to generate README.md" + - "[Changed]: Update to Argo Events v1.5.6"