Skip to content

Commit 712a781

Browse files
chore(deps): update dependency argoproj/argo-workflows to v3.7.10
1 parent c67d65d commit 712a781

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

argo-workflows/getting-started/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
To run workflows, the easiest way is to use the Argo CLI, you can install it as follows:
22
```bash
3-
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.7.6/argo-linux-amd64.gz
3+
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.7.10/argo-linux-amd64.gz
44
gunzip argo-linux-amd64.gz
55
chmod +x argo-linux-amd64
66
mv ./argo-linux-amd64 /usr/local/bin/argo

argo-workflows/getting-started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Scroll down to the `Controller and Server`{{}} section and execute the kubectl c
1010

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

13-
`kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.7.6/install.yaml`{{execute}}
13+
`kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.7.10/install.yaml`{{execute}}
1414

1515
## What was installed?
1616

argo-workflows/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo
77

88
echo "1. Installing Argo Workflows..."
99

10-
ARGO_WORKFLOWS_VERSION='v3.7.6'
10+
ARGO_WORKFLOWS_VERSION='v3.7.10'
1111

1212
kubectl create ns argo >/dev/null
1313
kubectl create serviceaccount argo-workflow -n argo >/dev/null

0 commit comments

Comments
 (0)