diff --git a/.github/workflows/lint-workflow-templates.yaml b/.github/workflows/lint-workflow-templates.yaml index 8c0500640..02e40616d 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.7.10/argo-linux-amd64.gz + curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.7.11/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-workflows/kustomization.yaml b/components/argo-workflows/kustomization.yaml index 55ada0fe0..48d30908a 100644 --- a/components/argo-workflows/kustomization.yaml +++ b/components/argo-workflows/kustomization.yaml @@ -9,7 +9,7 @@ resources: # argo events so we need to split up what we install. So # we delete the ClusterRoleBinding and instead create RoleBindings # to the ClusterRole for just the namespaces we want. - - https://github.com/argoproj/argo-workflows/manifests/cluster-install/?ref=v3.7.10 + - https://github.com/argoproj/argo-workflows/manifests/cluster-install/?ref=v3.7.11 # adds argo-server role so the argo-server has enough permissions to run - argo-server-role.yaml @@ -18,11 +18,11 @@ resources: # keep all the images consistent images: - name: quay.io/argoproj/workflow-controller - newTag: v3.7.10 + newTag: v3.7.11 - name: quay.io/argoproj/argoexec - newTag: v3.7.10 + newTag: v3.7.11 - name: quay.io/argoproj/argocli - newTag: v3.7.10 + newTag: v3.7.11 patches: - target: