update: 更新helm chart到0.11.5-beta,新增webui的service和ingress资源模板

This commit is contained in:
zhangxinhui02
2025-11-20 23:18:02 +08:00
parent de7a45cad5
commit 14514ba837
8 changed files with 71 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ spec:
value: "{{ .Values.napcat.permission.uid }}"
- name: TZ
value: Asia/Shanghai
image: {{ .Values.napcat.image.repository | default "mlikiowa/napcat-docker" }}:{{ .Values.napcat.image.tag | default "v4.9.72" }}
image: {{ .Values.napcat.image.repository | default "mlikiowa/napcat-docker" }}:{{ .Values.napcat.image.tag | default "v4.9.73" }}
imagePullPolicy: {{ .Values.napcat.image.pullPolicy }}
livenessProbe:
failureThreshold: 3