Skip to content

Commit

Permalink
chore(deps): update dependency argoproj/argo-events to v1.9.1 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent 0b070d4 commit da1131b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argo-workflows/argo-events/install-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Scroll down to the `Installation`{{}} section and execute the kubectl commands.

Below is an example of the install command, ensure that you update the command to install the correct version number:

`kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.0/install.yaml`{{execute}}
`kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.1/install.yaml`{{execute}}

Argo Events also requires an eventbus to be created. This is a central point for all events to be sent to. The eventbus is created in the same namespace as the Argo Events controller.

Expand Down

0 comments on commit da1131b

Please sign in to comment.