microk8s: Add version 1.29 (Close #5144)

This commit is contained in:
HUMORCE 2024-01-15 03:26:07 +08:00
parent 8af05afc80
commit 5dfc3bfc36
No known key found for this signature in database
GPG Key ID: DC0A6BD4EBA8DC9B

30
bucket/microk8s.json Normal file
View 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"
}
}
}
}