升级镜像tag,并将镜像tag从values文件中解耦

This commit is contained in:
zhangxinhui02
2025-09-22 23:54:10 +08:00
parent 361a91ebf1
commit 6bc31e0c04
7 changed files with 12 additions and 12 deletions

View File

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