2023-12-12 16:27:05 +00:00

44 lines
1.7 KiB
JSON

{
"version": "2.2.0",
"description": "Open and extensible continuous delivery solution for Kubernetes.",
"homepage": "https://fluxcd.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.2.0/flux_2.2.0_windows_amd64.zip",
"hash": "2d95defba8e1181c92a02705966386c248895c9488f5d15a26d378bd357b40fd"
},
"arm64": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.2.0/flux_2.2.0_windows_arm64.zip",
"hash": "097427556c65898667beff3064c8bb1915140d7e9dea2aba47ef2d1757bcdfef"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.2.0/flux_2.2.0_windows_386.zip",
"hash": "424851391c58187bf236341956ef821050176263cf46994e964ada606c9be926"
}
},
"bin": "flux.exe",
"checkver": {
"url": "https://api.github.com/repositories/258469100/releases",
"jsonpath": "$..browser_download_url",
"regex": "flux_([\\d.]+)_windows_amd64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_arm64.zip"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/flux_$version_checksums.txt"
}
},
"notes": "For Flux v1, please install 'versions/fluxctl' instead."
}