From 2ccbe56e085cde9092f7c6a2783258183d9dc382 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:13:46 +0000 Subject: [PATCH] chore(deps): update argo workflows to v3.7.18 --- .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 d5670eec3..9b5f9e1aa 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.15/argo-linux-amd64.gz + curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.7.18/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 5922562c2..db2d78f05 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.15 + - https://github.com/argoproj/argo-workflows/manifests/cluster-install/?ref=v3.7.18 # 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.15 + newTag: v3.7.18 - name: quay.io/argoproj/argoexec - newTag: v3.7.15 + newTag: v3.7.18 - name: quay.io/argoproj/argocli - newTag: v3.7.15 + newTag: v3.7.18 patches: - target: