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
|
restartPolicy: OnFailure
|
||||||
containers:
|
containers:
|
||||||
- name: migrate
|
- name: migrate
|
||||||
image: ghcr.io/traceworks2023/nxtgauge-db-migrate:high-performance-latest
|
image: registry.nxtgauge.com/nxtgauge-db-migrate:high-performance-latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue