argocd: Add version 1.7.4 (#1403)

This commit is contained in:
Максим Грушин 2020-09-24 06:22:04 +03:00 committed by GitHub
parent f8f6e7fd49
commit 357361ab0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/argocd.json Normal file
View File

@ -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"
}
}
}
}