fix: update db-migrate image from ghcr.io to registry.nxtgauge.com
- Change ghcr.io/traceworks2023/nxtgauge-db-migrate to registry.nxtgauge.com/nxtgauge-db-migrate - Ensure all images in gitops reference registry.nxtgauge.com
This commit is contained in:
parent
16e0e98f67
commit
a7a9d79e5c
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: registry.nxtgauge.com/nxtgauge-db-migrate:high-performance-latest
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue