feat(helm chart): 更新helm chart版本为0.12.0。

This commit is contained in:
zhangxinhui02
2025-12-24 03:06:52 +08:00
parent b5cbf0bf78
commit 914dfd32bd
9 changed files with 173 additions and 70 deletions

View File

@@ -1,6 +1,4 @@
HOST=0.0.0.0
PORT=8000
WEBUI_ENABLED={{ if .Values.core.webui.enabled }}true{{ else }}false{{ end }}
WEBUI_MODE=production
WEBUI_HOST=0.0.0.0
WEBUI_PORT=8001