From da1131bff3245ad5096c6598b7722e1ec8bcabdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:04:41 +0000 Subject: [PATCH] chore(deps): update dependency argoproj/argo-events to v1.9.1 (#46) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- argo-workflows/argo-events/install-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argo-workflows/argo-events/install-events.md b/argo-workflows/argo-events/install-events.md index f755b26..4dcb9ca 100644 --- a/argo-workflows/argo-events/install-events.md +++ b/argo-workflows/argo-events/install-events.md @@ -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.