From 357361ab0a603f2ce9b2ea6e39253e15e984a72b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=93=D1=80=D1=83?= =?UTF-8?q?=D1=88=D0=B8=D0=BD?= Date: Thu, 24 Sep 2020 06:22:04 +0300 Subject: [PATCH] argocd: Add version 1.7.4 (#1403) --- bucket/argocd.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/argocd.json diff --git a/bucket/argocd.json b/bucket/argocd.json new file mode 100644 index 0000000000..be327ab308 --- /dev/null +++ b/bucket/argocd.json @@ -0,0 +1,26 @@ +{ + "version": "1.7.4", + "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/v1.7.4/argocd-windows-amd64.exe", + "hash": "09aae3712015a936a76b9bffcc60a7a54d7220fad2d7864b897e5ce03924aa98" + } + }, + "bin": [ + [ + "argocd-windows-amd64.exe", + "argocd" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/argoproj/argo-cd/releases/download/v$version/argocd-windows-amd64.exe" + } + } + } +}