fix(gitops): unblock backend argocd kustomize render and tag jobs/leads images

This commit is contained in:
Ashwin Kumar Sivakumar 2026-04-13 22:18:57 +05:30
parent de4df47d38
commit 400e43ee08

View file

@ -2,8 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
patchesStrategicMerge:
- replicas-patch.yaml
patches:
- path: replicas-patch.yaml
target:
kind: Deployment
name: nxtgauge-rust-gateway
images:
- name: registry.nxtgauge.com:5000/nxtgauge-rust-gateway
newTag: high-performance-latest
@ -13,6 +16,10 @@ images:
newTag: high-performance-latest
- name: registry.nxtgauge.com:5000/nxtgauge-rust-job-seekers
newTag: high-performance-latest
- name: registry.nxtgauge.com:5000/nxtgauge-rust-jobs
newTag: high-performance-latest
- name: registry.nxtgauge.com:5000/nxtgauge-rust-leads
newTag: high-performance-latest
- name: registry.nxtgauge.com:5000/nxtgauge-rust-customers
newTag: high-performance-latest
- name: registry.nxtgauge.com:5000/nxtgauge-rust-payments