fix(gitops): unblock backend argocd kustomize render and tag jobs/leads images
This commit is contained in:
parent
de4df47d38
commit
400e43ee08
1 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue