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: [ ]