Skip to content

Commit

Permalink
chore(deps): update dependency argoproj/argo-workflows to v3.5.6 (#49)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency argoproj/argo-workflows to v3.5.6

* address spelling

Signed-off-by: Tim Collins <[email protected]>

---------

Signed-off-by: Tim Collins <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tim Collins <[email protected]>
  • Loading branch information
renovate[bot] and tico24 authored Apr 23, 2024
1 parent cf4510a commit 9b32719
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"whalesay",
"workfloweventbinding",
"workfloweventbindings",
"workflowtaskresults",
"workflowtemplate",
"workflowtemplates"
]
Expand Down
2 changes: 1 addition & 1 deletion argo-workflows/getting-started/cli.md
Original file line number Diff line number Diff line change
@@ -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.5/argo-linux-amd64.gz
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.5.6/argo-linux-amd64.gz
gunzip argo-linux-amd64.gz
chmod +x argo-linux-amd64
mv ./argo-linux-amd64 /usr/local/bin/argo
Expand Down
2 changes: 1 addition & 1 deletion argo-workflows/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5/install.yaml`{{execute}}
`kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.5.6/install.yaml`{{execute}}

## What was installed?

Expand Down
2 changes: 1 addition & 1 deletion argo-workflows/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo

echo "1. Installing Argo Workflows..."

ARGO_WORKFLOWS_VERSION='v3.5.5'
ARGO_WORKFLOWS_VERSION='v3.5.6'

kubectl create ns argo >/dev/null
kubectl config set-context --current --namespace=argo >/dev/null
Expand Down

0 comments on commit 9b32719

Please sign in to comment.