Skip to content

Commit 8de3f49

Browse files
Merge pull request #132 from codefresh-io/CR-28072-nil-pointer-fix
fix: eventsource restarting because of nil pointer
2 parents 13fd145 + e2a5d2e commit 8de3f49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/argo-events/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: v1.9.2-cap-CR-26731
2+
appVersion: v1.9.2-cap-CR-28072
33
description: A Helm chart for Argo Events, the event-driven workflow automation framework
44
name: argo-events
5-
version: 2.4.7-1-cap-CR-26731
5+
version: 2.4.7-1-cap-CR-28072
66
home: https://github.com/argoproj/argo-helm
77
icon: https://avatars.githubusercontent.com/u/30269780?s=200&v=4
88
keywords:
@@ -19,4 +19,4 @@ annotations:
1919
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2020
artifacthub.io/changes: |
2121
- kind: fixed
22-
description: Update Jetstream versions as following upstream
22+
description: Fixed eventsource restarting because of nil pointer

0 commit comments

Comments
 (0)