Skip to content

Commit

Permalink
Upgrade to argo cli because it contains fix for double quoted paramet…
Browse files Browse the repository at this point in the history
…er parsing from yaml argoproj/argo-workflows#1389
  • Loading branch information
jrtcppv committed Feb 20, 2020
1 parent 7d1f377 commit 82b56da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/job-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo/stable/
## Installing Argo CLI

```
sudo curl -sSL -o /usr/local/bin/argo https://github.com/argoproj/argo/releases/download/v2.4.3/argo-linux-amd64
sudo curl -sSL -o /usr/local/bin/argo https://github.com/argoproj/argo/releases/download/v2.5.0/argo-linux-amd64
sudo chmod +x /usr/local/bin/argo
```

Expand Down

0 comments on commit 82b56da

Please sign in to comment.