mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
28 lines
802 B
JSON
28 lines
802 B
JSON
{
|
|
"version": "1.32.4",
|
|
"description": "Kubernetes node provisioning tool",
|
|
"homepage": "https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.k8s.io/v1.32.4/bin/windows/amd64/kubeadm.exe",
|
|
"hash": "2665e02de02c28a82ccc66e8b46e72bf987acfbe6a8d26eb2d8c77d472d07dfb"
|
|
}
|
|
},
|
|
"bin": "kubeadm.exe",
|
|
"checkver": {
|
|
"url": "https://dl.k8s.io/release/stable.txt",
|
|
"regex": "v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.k8s.io/v$version/bin/windows/amd64/kubeadm.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|