File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
29
29
- name : Install Argo CLI
30
30
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.6.7 /argo-linux-amd64.gz
32
32
gunzip argo-linux-amd64.gz
33
33
chmod +x argo-linux-amd64
34
34
sudo mv argo-linux-amd64 /usr/local/bin/argo
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
3
3
kind : Kustomization
4
4
5
5
resources :
6
- - https://github.com/argoproj/argo-workflows/releases/download/v3.5.10 /namespace-install.yaml
6
+ - https://github.com/argoproj/argo-workflows/releases/download/v3.6.7 /namespace-install.yaml
7
7
- ingress.yaml
8
8
9
9
# external secret for SSO auth
You can’t perform that action at this time.
0 commit comments