没有可用的镜像,自行构建

This commit is contained in:
zhangxinhui02
2025-09-23 02:11:25 +08:00
parent 87e5a31d34
commit 99429bbc8c
3 changed files with 12 additions and 2 deletions

View File

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