ScoopInstaller_Main/helmfile.json
2019-03-20 10:00:28 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.46.2",
"description": "Command line interface to deploy Kubernetes Helm Charts.",
"homepage": "https://github.com/roboll/helmfile/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.46.2/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "eb40711686c7f55804f263a456760291405d80561c323d6082b348372f2932ab"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.46.2/helmfile_windows_386.exe#/helmfile.exe",
"hash": "d4d3abd08aaceb18211f630749f86bbaba9a121b56bd08180deeabfa890ce35e"
}
},
"bin": "helmfile.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_amd64.exe#/helmfile.exe"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_386.exe#/helmfile.exe"
}
}
}
}