From 961df632d4c7c117a6f745bffd7347cc84b79d7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 05:31:52 +0000 Subject: [PATCH] chore(deps): update argo workflows to v3.7.11 --- .github/workflows/lint-workflow-templates.yaml | 2 +- components/argo-workflows/kustomization.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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: