From 4c9b1f8302c7da37a6ca83c6ce479f771526e8f6 Mon Sep 17 00:00:00 2001 From: zhangxinhui02 Date: Fri, 21 Nov 2025 02:12:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E7=94=A8helm=20chart=E7=9A=84c?= =?UTF-8?q?ore-webui-cm-sync=E7=9A=84=E8=BE=93=E5=87=BA=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/templates/core/statefulset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-chart/templates/core/statefulset.yaml b/helm-chart/templates/core/statefulset.yaml index 248f6a73..1127021b 100644 --- a/helm-chart/templates/core/statefulset.yaml +++ b/helm-chart/templates/core/statefulset.yaml @@ -82,6 +82,8 @@ spec: image: {{ .Values.core.webui.cm_sync.image.repository | default "reg.mikumikumi.xyz/maibot/core-webui-cm-sync" }}:{{ .Values.core.webui.cm_sync.image.tag | default "0.11.5-beta" }} imagePullPolicy: {{ .Values.core.webui.cm_sync.image.pullPolicy }} env: + - name: PYTHONUNBUFFERED + value: "1" - name: RELEASE_NAME value: {{ .Release.Name }} volumeMounts: