fix(frontend): update registry to registry.nxtgauge.com and fix duplicate entries
- Change frontend image from ghcr.io to registry.nxtgauge.com - Remove duplicate frontend-solid entry in backend-rust kustomization - Update frontend tag to 80fb6aa with multi-stage Dockerfile fix
This commit is contained in:
parent
df08998631
commit
09efa1a944
3 changed files with 4 additions and 6 deletions
|
|
@ -13,9 +13,7 @@ images:
|
||||||
- name: registry.nxtgauge.com/nxtgauge-rust-users
|
- name: registry.nxtgauge.com/nxtgauge-rust-users
|
||||||
newTag: d29c755
|
newTag: d29c755
|
||||||
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
||||||
newTag: 6f31fb0
|
newTag: 80fb6aa
|
||||||
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
|
||||||
newTag: fe81ce5
|
|
||||||
- name: registry.nxtgauge.com/nxtgauge-rust-companies
|
- name: registry.nxtgauge.com/nxtgauge-rust-companies
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com/nxtgauge-rust-job-seekers
|
- name: registry.nxtgauge.com/nxtgauge-rust-job-seekers
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: frontend-solid
|
- name: frontend-solid
|
||||||
image: ghcr.io/traceworks2023/nxtgauge-frontend-solid
|
image: registry.nxtgauge.com/nxtgauge-frontend-solid
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,5 @@ resources:
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- replicas-patch.yaml
|
- replicas-patch.yaml
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/traceworks2023/nxtgauge-frontend-solid
|
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
||||||
newTag: high-performance-latest
|
newTag: 80fb6aa
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue