Fix: always pull

This commit is contained in:
2025-12-13 06:58:44 +08:00
parent 1c1e36da79
commit e8c224ca76
3 changed files with 3 additions and 0 deletions

View File

@@ -76,3 +76,4 @@ spec:
key: UPTRACE_DSN key: UPTRACE_DSN
imagePullSecrets: imagePullSecrets:
- name: regcred - name: regcred
imagePullPolicy: Always

View File

@@ -47,3 +47,4 @@ spec:
key: UPTRACE_DSN key: UPTRACE_DSN
imagePullSecrets: imagePullSecrets:
- name: regcred - name: regcred
imagePullPolicy: Always

View File

@@ -20,3 +20,4 @@ spec:
image: gitea.konchin.com/go2025/frontend:main image: gitea.konchin.com/go2025/frontend:main
imagePullSecrets: imagePullSecrets:
- name: regcred - name: regcred
imagePullPolicy: Always