From a7a9d79e5c9a4057f785d6f80655edfac36d6236 Mon Sep 17 00:00:00 2001 From: Tracewebstudio Dev Date: Thu, 16 Apr 2026 12:06:56 +0200 Subject: [PATCH] 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 --- apps/nxtgauge-backend-rust/base/k8s-migration-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nxtgauge-backend-rust/base/k8s-migration-job.yaml b/apps/nxtgauge-backend-rust/base/k8s-migration-job.yaml index 1be5bba..97eeb2a 100644 --- a/apps/nxtgauge-backend-rust/base/k8s-migration-job.yaml +++ b/apps/nxtgauge-backend-rust/base/k8s-migration-job.yaml @@ -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: