mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
microk8s: Add version 1.29 (Close #5144)
This commit is contained in:
parent
8af05afc80
commit
5dfc3bfc36
30
bucket/microk8s.json
Normal file
30
bucket/microk8s.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": "1.29",
|
||||
"description": "A small, fast, single-package Kubernetes for datacenters and the edge",
|
||||
"homepage": "https://microk8s.io",
|
||||
"license": "Apache-2.0",
|
||||
"suggest": {
|
||||
"multipass": "multipass"
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://microk8s.io/microk8s-installer.exe#/dl.7z",
|
||||
"hash": "bc7a3a1cdb215ed6ee27fb84e1b197e2ffd2b62dead4985fcfecba69cd992edc"
|
||||
}
|
||||
},
|
||||
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\", \"$dir\\multipass*\" -Force -Recurse",
|
||||
"bin": [
|
||||
"kubectl.exe",
|
||||
"microk8s.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"github": "https://github.com/canonical/microk8s"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://microk8s.io/microk8s-installer.exe#/dl.7z"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user