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
|
||||
newTag: d29c755
|
||||
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
||||
newTag: 6f31fb0
|
||||
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
||||
newTag: fe81ce5
|
||||
newTag: 80fb6aa
|
||||
- name: registry.nxtgauge.com/nxtgauge-rust-companies
|
||||
newTag: high-performance-latest
|
||||
- name: registry.nxtgauge.com/nxtgauge-rust-job-seekers
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: frontend-solid
|
||||
image: ghcr.io/traceworks2023/nxtgauge-frontend-solid
|
||||
image: registry.nxtgauge.com/nxtgauge-frontend-solid
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@ resources:
|
|||
patchesStrategicMerge:
|
||||
- replicas-patch.yaml
|
||||
images:
|
||||
- name: ghcr.io/traceworks2023/nxtgauge-frontend-solid
|
||||
newTag: high-performance-latest
|
||||
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
||||
newTag: 80fb6aa
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue