diff --git a/.github/workflows/lint-workflow-templates.yaml b/.github/workflows/lint-workflow-templates.yaml index f3606f596..6bdcb7e95 100644 --- a/.github/workflows/lint-workflow-templates.yaml +++ b/.github/workflows/lint-workflow-templates.yaml @@ -28,7 +28,7 @@ jobs: - name: Install Argo CLI run: | - curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.6.6/argo-linux-amd64.gz + curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.7.0/argo-linux-amd64.gz gunzip argo-linux-amd64.gz chmod +x argo-linux-amd64 sudo mv argo-linux-amd64 /usr/local/bin/argo diff --git a/components/argo/kustomization.yaml b/components/argo/kustomization.yaml index 31371a9ae..a97c05438 100644 --- a/components/argo/kustomization.yaml +++ b/components/argo/kustomization.yaml @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://github.com/argoproj/argo-workflows/releases/download/v3.5.10/namespace-install.yaml + - https://github.com/argoproj/argo-workflows/releases/download/v3.7.0/namespace-install.yaml - ingress.yaml # external secret for SSO auth