Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade argo-events v1.9 #49

Merged
merged 5 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/argo-events/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v1.7.3-cap-CR-19893
appVersion: v1.9.0-cap-CR-22221
description: A Helm chart for Argo Events, the event-driven workflow automation framework
name: argo-events
version: 2.0.9-1-cap-CR-19893
version: 2.4.2-1-cap-CR-22221
home: https://github.com/argoproj/argo-helm
icon: https://argoproj.github.io/argo-events/assets/logo.png
keywords:
Expand Down
4 changes: 4 additions & 0 deletions charts/argo-events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Some users would prefer to install the CRDs _outside_ of the chart. You can disa

You can install the CRDs manually from `templates/crds` folder.

### 2.4.*

At github events source githubUploadURL is required when githubBaseURL is set

### 2.0.*

Custom resource definitions were moved to `templates` folder so they can be managed by Helm.
Expand Down
4 changes: 4 additions & 0 deletions charts/argo-events/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Some users would prefer to install the CRDs _outside_ of the chart. You can disa

You can install the CRDs manually from `templates/crds` folder.

### 2.4.*

At github events source githubUploadURL is required when githubBaseURL is set

### 2.0.*

Custom resource definitions were moved to `templates` folder so they can be managed by Helm.
Expand Down
Loading