Skip to content

Commit

Permalink
chore(deps): update dependency argoproj/argo-events to v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2024
1 parent eb03a40 commit 33947ee
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.1/install.yaml`{{execute}}
`kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.2/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 33947ee

Please sign in to comment.