fix(k8s): switch db-migrate image from GHCR to Forgejo registry
This commit is contained in:
parent
6b1b38e04a
commit
b8939e6384
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
containers:
|
containers:
|
||||||
- name: migrate
|
- name: migrate
|
||||||
image: ghcr.io/traceworks2023/nxtgauge-db-migrate:high-performance-latest
|
image: ci.nxtgauge.com/ashwin/nxtgauge-db-migrate:high-performance-latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue