From c155bd3daa9f9e056f87e6b517266a98f3247185 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 04:46:07 +0000 Subject: [PATCH] argocd: Update to version 2.5.1 --- bucket/argocd.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argocd.json b/bucket/argocd.json index aec8705410..d1edd248e3 100644 --- a/bucket/argocd.json +++ b/bucket/argocd.json @@ -1,12 +1,12 @@ { - "version": "2.5.0", + "version": "2.5.1", "description": "CLI for ArgoCD - declarative, GitOps continuous delivery tool for Kubernetes", "homepage": "https://github.com/argoproj/argo-cd", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/argoproj/argo-cd/releases/download/v2.5.0/argocd-windows-amd64.exe#/argocd.exe", - "hash": "0abc57532ff3c92cf8ef3960ad0fb05d2839e54d5277a833f6eb8e3871b2561d" + "url": "https://github.com/argoproj/argo-cd/releases/download/v2.5.1/argocd-windows-amd64.exe#/argocd.exe", + "hash": "0aa02cfa483efb77fa011f7b4b540149f3e41b2676812af32e549e03b6023a20" } }, "bin": "argocd.exe",