2021-10-21 08:51:06 -07:00

27 lines
783 B
JSON

{
"version": "0.11.0",
"description": "Utility to get from zero to KUBECONFIG with k3s on any local or remote VM",
"homepage": "https://k3sup.dev",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/alexellis/k3sup/releases/download/0.11.0/k3sup.exe",
"hash": "0fa018ea6ea4692ec654889b2b099ece54a5100b46191ddf1168510a84c454e9"
}
},
"bin": "k3sup.exe",
"checkver": {
"github": "https://github.com/alexellis/k3sup"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/alexellis/k3sup/releases/download/$version/k3sup.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}