From cf41b36572c7a8263cfd78c59972389a267df13e Mon Sep 17 00:00:00 2001 From: zhangxinhui02 Date: Fri, 31 Oct 2025 10:26:40 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0helm=20chart=E7=9A=84?= =?UTF-8?q?=E5=85=83=E4=BF=A1=E6=81=AF=E5=92=8C=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/Chart.yaml | 4 ++-- helm-chart/README.md | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 89a60f34..2245a77c 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: maibot description: "Maimai Bot, a cyber friend dedicated to group chats" type: application -version: 0.10.3-beta -appVersion: 0.10.3-beta +version: 0.11.0 +appVersion: 0.11.0 diff --git a/helm-chart/README.md b/helm-chart/README.md index a8cc6c29..329ee1ed 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -4,18 +4,31 @@ 当前Helm Chart对应的麦麦版本可以在`Chart.yaml`中查看`appVersion`项。 +部署文档:[Kubernetes 部署](https://docs.mai-mai.org/manual/deployment/mmc_deploy_kubernetes.html) + ## 可用的Helm Chart版本列表 | Helm Chart版本 | 对应的MaiBot版本 | |----------------|--------------| +| 0.11.0 | 0.11.0 | | 0.10.3-beta | 0.10.3-beta | | 0.10.0-alpha.0 | 0.10.0-alpha | +## TL; DR + +```shell +helm install maimai \ + oci://reg.mikumikumi.xyz/maibot/maibot \ + --namespace bot \ + --version \ + --values maibot.yaml +``` + ## Values项说明 `values.yaml`分为几个大部分。 -1. EULA & PRIVACY: 用户必须同意这里的协议才能成功部署麦麦。 +1. `EULA` & `PRIVACY`: 用户必须同意这里的协议才能成功部署麦麦。 2. `adapter`: 麦麦的Adapter的部署配置。