From 8a2511f488c9a68716a5de1c63809ec69dbc7a55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 00:32:38 +0000 Subject: [PATCH] argo: Update to version 3.2.9 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index bf539263ed..dfc9788c33 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.2.8", + "version": "3.2.9", "description": "Workflow engine for orchestrating parallel jobs on Kubernetes", "homepage": "https://github.com/argoproj/argo-workflows", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.2.8/argo-windows-amd64.gz", - "hash": "61f68bd6df5fac14f3913b01f51613e474099427180a23974f0c6271fd6bbfd4" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.2.9/argo-windows-amd64.gz", + "hash": "d476d118436d0f304895f36e0a6ce142404e0b7f2e81544af152f51faa87ae65" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64 $dir\\argo.exe",