升级镜像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

@@ -29,7 +29,7 @@ spec:
value: 99f08e0cab0190de853cb6af7d64d4de
- name: PRIVACY_AGREE
value: 9943b855e72199d0f5016ea39052f1b6
image: {{ .Values.core.image.repository }}:{{ .Values.core.image.tag }}
image: {{ .Values.core.image.repository }}:{{ .Values.core.image.tag | default "main-0e0179f" }}
imagePullPolicy: {{ .Values.core.image.pullPolicy }}
ports:
- containerPort: 8000