From da8fd1fd8809420e15db6458677a8eb0d63898a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:33:19 +0000 Subject: [PATCH] chore(deps): update dependency argoproj/argo-workflows to v3.5.12 --- argo-workflows/getting-started/cli.md | 2 +- argo-workflows/getting-started/install.md | 2 +- argo-workflows/install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/argo-workflows/getting-started/cli.md b/argo-workflows/getting-started/cli.md index 85ce0cd..9bff616 100644 --- a/argo-workflows/getting-started/cli.md +++ b/argo-workflows/getting-started/cli.md @@ -1,6 +1,6 @@ To run workflows, the easiest way is to use the Argo CLI, you can download it as follows: ```bash -curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.5.10/argo-linux-amd64.gz +curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.5.12/argo-linux-amd64.gz gunzip argo-linux-amd64.gz chmod +x argo-linux-amd64 mv ./argo-linux-amd64 /usr/local/bin/argo diff --git a/argo-workflows/getting-started/install.md b/argo-workflows/getting-started/install.md index ca118c5..09ab02b 100644 --- a/argo-workflows/getting-started/install.md +++ b/argo-workflows/getting-started/install.md @@ -10,7 +10,7 @@ Scroll down to the `Controller and Server`{{}} section and execute the kubectl c Below is an example of the install commands, ensure that you update the command to install the correct version number: -`kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.5.10/install.yaml`{{execute}} +`kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.5.12/install.yaml`{{execute}} ## What was installed? diff --git a/argo-workflows/install.sh b/argo-workflows/install.sh index 1ea265b..91c0689 100755 --- a/argo-workflows/install.sh +++ b/argo-workflows/install.sh @@ -7,7 +7,7 @@ echo echo "1. Installing Argo Workflows..." -ARGO_WORKFLOWS_VERSION='v3.5.10' +ARGO_WORKFLOWS_VERSION='v3.5.12' kubectl create ns argo >/dev/null kubectl config set-context --current --namespace=argo >/dev/null