2021-04-08 12:03:19 +02:00

22 lines
696 B
JSON

{
"version": "0.13.0",
"description": "Zero Friction Kubernetes distribution",
"homepage": "https://github.com/k0sproject/k0s",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/k0sproject/k0s/releases/download/v0.13.0/k0s-v0.13.0-amd64.exe#/k0s.exe",
"hash": "6f7f2b5b91b75aa76a366f49104e14c3bc4d5126198e3741f76112cdd095d0ea"
}
},
"bin": "k0s.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/k0sproject/k0s/releases/download/v$version/k0s-v$version-amd64.exe#/k0s.exe"
}
}
}
}