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 kind: Kustomization
resources: resources:
- ../../base - ../../base
patchesStrategicMerge: patches:
- replicas-patch.yaml - path: replicas-patch.yaml
target:
kind: Deployment
name: nxtgauge-rust-gateway
images: images:
- name: registry.nxtgauge.com:5000/nxtgauge-rust-gateway - name: registry.nxtgauge.com:5000/nxtgauge-rust-gateway
newTag: high-performance-latest newTag: high-performance-latest
@ -13,6 +16,10 @@ images:
newTag: high-performance-latest newTag: high-performance-latest
- name: registry.nxtgauge.com:5000/nxtgauge-rust-job-seekers - name: registry.nxtgauge.com:5000/nxtgauge-rust-job-seekers
newTag: high-performance-latest 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 - name: registry.nxtgauge.com:5000/nxtgauge-rust-customers
newTag: high-performance-latest newTag: high-performance-latest
- name: registry.nxtgauge.com:5000/nxtgauge-rust-payments - name: registry.nxtgauge.com:5000/nxtgauge-rust-payments