2023-09-19 12:30:44 +00:00

44 lines
1.7 KiB
JSON

{
"version": "2.1.1",
"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.1.1/flux_2.1.1_windows_amd64.zip",
"hash": "5c3b791d397ead954dd1ca3ddde9570a7516eb9d746b88890e6254b733ea0d6b"
},
"arm64": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.1.1/flux_2.1.1_windows_arm64.zip",
"hash": "630b5ab0ab8228265b1ef4c0ae6ca92926893e2f561e8974709ccb4ebe340be6"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.1.1/flux_2.1.1_windows_386.zip",
"hash": "7818fe8305cb3f0fffaa32a90c59d280040e9318bbcf5f7fd1c2e9e52d512eb2"
}
},
"bin": "flux.exe",
"checkver": {
"url": "https://api.github.com/repos/fluxcd/flux2/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."
}