From 304cd565b49298d319d4a30b64f1cb89f596f7ba Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Thu, 12 Mar 2026 03:15:26 +0100 Subject: [PATCH] chore(argocd): track testingcodex-latest images without ci gitops commits --- .../nxtgauge-admin-frontend/overlays/prod/kustomization.yaml | 2 +- apps/nxtgauge-backend/overlays/prod/kustomization.yaml | 2 +- .../overlays/prod/kustomization.yaml | 2 +- argocd/nxtgauge-admin-frontend-application.yaml | 5 +++++ argocd/nxtgauge-backend-application.yaml | 5 +++++ argocd/nxtgauge-frontendwebsite-application.yaml | 5 +++++ 6 files changed, 18 insertions(+), 3 deletions(-) diff --git a/apps/nxtgauge-admin-frontend/overlays/prod/kustomization.yaml b/apps/nxtgauge-admin-frontend/overlays/prod/kustomization.yaml index 8e11e16..eda6f20 100644 --- a/apps/nxtgauge-admin-frontend/overlays/prod/kustomization.yaml +++ b/apps/nxtgauge-admin-frontend/overlays/prod/kustomization.yaml @@ -6,4 +6,4 @@ patchesStrategicMerge: - replicas-patch.yaml images: - name: ghcr.io/traceworks2023/nxtgauge-nov-2025-frontend - newTag: 669173dd17771141c3c3bee4a4f1e10f34e3a1c1 + newTag: testingcodex-latest diff --git a/apps/nxtgauge-backend/overlays/prod/kustomization.yaml b/apps/nxtgauge-backend/overlays/prod/kustomization.yaml index 84c58c0..012bdae 100644 --- a/apps/nxtgauge-backend/overlays/prod/kustomization.yaml +++ b/apps/nxtgauge-backend/overlays/prod/kustomization.yaml @@ -6,4 +6,4 @@ patchesStrategicMerge: - replicas-patch.yaml images: - name: ghcr.io/traceworks2023/nxtgauge-backend - newTag: 6f8853b2b1dff81364175edde9bfac0b4bcb06b9 + newTag: testingcodex-latest diff --git a/apps/nxtgauge-frontendwebsite/overlays/prod/kustomization.yaml b/apps/nxtgauge-frontendwebsite/overlays/prod/kustomization.yaml index 79754ef..d499842 100644 --- a/apps/nxtgauge-frontendwebsite/overlays/prod/kustomization.yaml +++ b/apps/nxtgauge-frontendwebsite/overlays/prod/kustomization.yaml @@ -6,4 +6,4 @@ patchesStrategicMerge: - replicas-patch.yaml images: - name: ghcr.io/traceworks2023/nxtgauge-frontendwebsite - newTag: b399bd2bb8392a298b4a7bffc002f96794a83d75 + newTag: testingcodex-latest diff --git a/argocd/nxtgauge-admin-frontend-application.yaml b/argocd/nxtgauge-admin-frontend-application.yaml index 89d0ba3..6365823 100644 --- a/argocd/nxtgauge-admin-frontend-application.yaml +++ b/argocd/nxtgauge-admin-frontend-application.yaml @@ -3,6 +3,11 @@ kind: Application metadata: name: nxtgauge-admin-frontend namespace: argocd + annotations: + argocd-image-updater.argoproj.io/image-list: admin=ghcr.io/traceworks2023/nxtgauge-nov-2025-frontend:testingcodex-latest + argocd-image-updater.argoproj.io/admin.update-strategy: digest + argocd-image-updater.argoproj.io/admin.allow-tags: regexp:^testingcodex-latest$ + argocd-image-updater.argoproj.io/write-back-method: argocd spec: project: default source: diff --git a/argocd/nxtgauge-backend-application.yaml b/argocd/nxtgauge-backend-application.yaml index e5c03d2..4f7176a 100644 --- a/argocd/nxtgauge-backend-application.yaml +++ b/argocd/nxtgauge-backend-application.yaml @@ -3,6 +3,11 @@ kind: Application metadata: name: nxtgauge-backend namespace: argocd + annotations: + argocd-image-updater.argoproj.io/image-list: backend=ghcr.io/traceworks2023/nxtgauge-backend:testingcodex-latest + argocd-image-updater.argoproj.io/backend.update-strategy: digest + argocd-image-updater.argoproj.io/backend.allow-tags: regexp:^testingcodex-latest$ + argocd-image-updater.argoproj.io/write-back-method: argocd spec: project: default source: diff --git a/argocd/nxtgauge-frontendwebsite-application.yaml b/argocd/nxtgauge-frontendwebsite-application.yaml index ae6a5c0..e68adfe 100644 --- a/argocd/nxtgauge-frontendwebsite-application.yaml +++ b/argocd/nxtgauge-frontendwebsite-application.yaml @@ -3,6 +3,11 @@ kind: Application metadata: name: nxtgauge-frontendwebsite namespace: argocd + annotations: + argocd-image-updater.argoproj.io/image-list: public=ghcr.io/traceworks2023/nxtgauge-frontendwebsite:testingcodex-latest + argocd-image-updater.argoproj.io/public.update-strategy: digest + argocd-image-updater.argoproj.io/public.allow-tags: regexp:^testingcodex-latest$ + argocd-image-updater.argoproj.io/write-back-method: argocd spec: project: default source: