chore(argocd): track testingcodex-latest images without ci gitops commits
This commit is contained in:
parent
937c0e8400
commit
304cd565b4
6 changed files with 18 additions and 3 deletions
|
|
@ -6,4 +6,4 @@ patchesStrategicMerge:
|
|||
- replicas-patch.yaml
|
||||
images:
|
||||
- name: ghcr.io/traceworks2023/nxtgauge-nov-2025-frontend
|
||||
newTag: 669173dd17771141c3c3bee4a4f1e10f34e3a1c1
|
||||
newTag: testingcodex-latest
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ patchesStrategicMerge:
|
|||
- replicas-patch.yaml
|
||||
images:
|
||||
- name: ghcr.io/traceworks2023/nxtgauge-backend
|
||||
newTag: 6f8853b2b1dff81364175edde9bfac0b4bcb06b9
|
||||
newTag: testingcodex-latest
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ patchesStrategicMerge:
|
|||
- replicas-patch.yaml
|
||||
images:
|
||||
- name: ghcr.io/traceworks2023/nxtgauge-frontendwebsite
|
||||
newTag: b399bd2bb8392a298b4a7bffc002f96794a83d75
|
||||
newTag: testingcodex-latest
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue