From 9502204aeef25febb647f31443c755b3206815e5 Mon Sep 17 00:00:00 2001 From: zhangxinhui02 Date: Fri, 31 Oct 2025 12:23:18 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=B8=BAhelm=20chart=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E4=BF=A1=E6=81=AF=EF=BC=8C=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?values.yaml=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/README.md | 4 ++++ helm-chart/values.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/helm-chart/README.md b/helm-chart/README.md index a2457860..2291df16 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -98,3 +98,7 @@ adapter的ConfigMap是每次部署/更新Helm安装实例时动态生成的。 如果你的存储底层无法支持`ReadWriteMany`访问模式,你可以通过`nodeSelector`配置将statistics_dashboard与core调度到同一节点来避免问题。 *如果启用了`sqlite-web`,那么上述问题也同样适用于`sqlite-web`与`core`,需要注意。* + +## 其他信息 + +查看helm chart和core镜像的构建CI:https://gitlab.mikumikumi.xyz/maibot/maibot/-/pipelines diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 401a08af..24ef7ed1 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -37,8 +37,8 @@ adapter: # adapter的动态生成configmap的Job的配置 cm_generator: image: - repository: # 默认 reg.mikumikumi.xyz/maibot/adapter-cm-generator - tag: # 默认 0.10.3-beta + repository: # 默认 reg.mikumikumi.xyz/maibot/adapter-cm-generator 构建CI:https://gitlab.mikumikumi.xyz/maibot/maibot/-/pipelines + tag: # 默认 0.11.0-beta pullPolicy: IfNotPresent pullSecrets: [ ]