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
|
||||
containers:
|
||||
- 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
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue