Skip to content

Commit

Permalink
Specify argo v2.4.0 instead of latest
Browse files Browse the repository at this point in the history
Latest version has a bug with nested loops which causes input parameters
of jobs to be wrong, and this causes the workflow to fail.

argoproj/argo-workflows#1713
  • Loading branch information
tghartland committed Nov 5, 2019
1 parent 673b13d commit 0858d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"outputs": [],
"source": [
"!kubectl create namespace argo\n",
"!kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo/stable/manifests/install.yaml"
"!kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo/v2.4.0/manifests/install.yaml"
]
},
{
Expand Down

0 comments on commit 0858d77

Please sign in to comment.