From 27bc57b488958c8497175446083d2ae984d6e154 Mon Sep 17 00:00:00 2001 From: zhangxinhui02 Date: Tue, 23 Dec 2025 02:09:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(helm=20chart):=20=E7=A7=BB=E9=99=A4helm=20c?= =?UTF-8?q?hart=E4=B8=AD=E6=97=A0=E7=94=A8=E7=9A=84=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/templates/core/statefulset.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helm-chart/templates/core/statefulset.yaml b/helm-chart/templates/core/statefulset.yaml index ff075ab0..b0b1c670 100644 --- a/helm-chart/templates/core/statefulset.yaml +++ b/helm-chart/templates/core/statefulset.yaml @@ -29,10 +29,6 @@ spec: value: "99f08e0cab0190de853cb6af7d64d4de" - name: PRIVACY_AGREE value: "9943b855e72199d0f5016ea39052f1b6" - {{- if .Values.core.webui.enabled }} - - name: MAIBOT_WEBUI_ENABLED - value: {{ .Values.core.webui.enabled }} - {{- end}} image: {{ .Values.core.image.repository | default "sengokucola/maibot" }}:{{ .Values.core.image.tag | default "0.11.6-beta" }} imagePullPolicy: {{ .Values.core.image.pullPolicy }} ports: