-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathargocd-autopilot.json
25 lines (25 loc) · 1.15 KB
/
argocd-autopilot.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"version": "0.4.18",
"description": "A tool which offers an opinionated way of installing Argo-CD and managing GitOps repositories.",
"homepage": "https://github.com/argoproj-labs/argocd-autopilot",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.18/argocd-autopilot-windows-amd64.tar.gz",
"hash": "5cb9197c276f3b39be9a23d09c75615a6e70a943106fdba9d72c938ba3307ced"
}
},
"pre_install": "Rename-Item \"$dir\\argocd-autopilot-windows-amd64.exe\" 'argocd-autopilot.exe' -ErrorAction SilentlyContinue",
"bin": "argocd-autopilot.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/argoproj-labs/argocd-autopilot/releases/download/v$version/argocd-autopilot-windows-amd64.tar.gz",
"hash": {
"url": "https://github.com/argoproj-labs/argocd-autopilot/releases/download/v$version/argocd-autopilot-windows-amd64.sha256"
}
}
}
}
}