ci: migrate inttest images from GHCR to local registry, remove ghcr-credentials

This commit is contained in:
Celes Renata
2026-04-19 06:22:35 +00:00
parent e3e1531847
commit 19b63dd369
3 changed files with 7 additions and 17 deletions
+1 -3
View File
@@ -31,8 +31,6 @@ spec:
app.kubernetes.io/part-of: stonks-oracle
spec:
automountServiceAccountToken: false
imagePullSecrets:
- name: ghcr-credentials
securityContext:
runAsNonRoot: true
runAsUser: 1000
@@ -43,7 +41,7 @@ spec:
restartPolicy: Never
containers:
- name: inttest-runner
image: ghcr.io/celesrenata/stonks-oracle/query-api:latest
image: registry.celestium.life/stonks-oracle/query-api:latest
imagePullPolicy: Always
command: ["python", "-m", "pytest"]
args: