File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828
2929 - name : Install Argo CLI
3030 run : |
31- curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.6.6 /argo-linux-amd64.gz
31+ curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.7.1 /argo-linux-amd64.gz
3232 gunzip argo-linux-amd64.gz
3333 chmod +x argo-linux-amd64
3434 sudo mv argo-linux-amd64 /usr/local/bin/argo
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ resources:
88 - https://github.com/argoproj/argo-events/releases/download/v1.9.7/install-validating-webhook.yaml
99
1010 # grant the argo-workflows the ability to run workflows in this namespace
11- - https://github.com/argoproj/argo-workflows/manifests/namespace-install/argo-server-rbac?ref=v3.5.10
12- - https://github.com/argoproj/argo-workflows/manifests/namespace-install/workflow-controller-rbac?ref=v3.5.10
11+ - https://github.com/argoproj/argo-workflows/manifests/namespace-install/argo-server-rbac?ref=v3.7.1
12+ - https://github.com/argoproj/argo-workflows/manifests/namespace-install/workflow-controller-rbac?ref=v3.7.1
1313
1414 # # configure webhook Sensor and associated role
1515 - sensor-workflow-role.yaml
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ resources:
66 # We are doing upstream's namespace-install.yaml but since we
77 # want the actual workflows to run in a different namespace
88 # the roles are created there
9- - https://github.com/argoproj/argo-workflows/manifests/base?ref=v3.5.10
9+ - https://github.com/argoproj/argo-workflows/manifests/base?ref=v3.7.1
1010 # give the workflow controller access it needs
1111 - workflow-controller-runtime.yaml
1212 # give the argo-server access it needs
You can’t perform that action at this time.
0 commit comments