fix: update frontend to 2d7117a, admin to a13dce5, ai to 320e683
- frontend: use registry.nxtgauge.com/node:20-alpine - admin: use registry.nxtgauge.com/node:20-alpine - ai: use registry.nxtgauge.com/rust:1.87-alpine and alpine:3.20 - All images now use internal registry to avoid Docker Hub rate limits - Update kustomization.yaml tags and admin base deployment image - Remove ghcr.io references from admin gitops Images needed in registry.nxtgauge.com: - node:20-alpine - rust:1.87-alpine - alpine:3.20
This commit is contained in:
parent
696dfb55ee
commit
7ef7df4965
4 changed files with 5 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: admin-solid
|
- name: admin-solid
|
||||||
image: ghcr.io/traceworks2023/nxtgauge-admin-solid
|
image: registry.nxtgauge.com/nxtgauge-admin-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-admin-solid
|
- name: registry.nxtgauge.com/nxtgauge-admin-solid
|
||||||
newTag: high-performance-latest
|
newTag: a13dce5
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
images:
|
images:
|
||||||
- name: registry.nxtgauge.com/nxtgauge-ai-assistant
|
- name: registry.nxtgauge.com/nxtgauge-ai-assistant
|
||||||
newTag: high-performance-latest
|
newTag: 320e683
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@ patchesStrategicMerge:
|
||||||
- replicas-patch.yaml
|
- replicas-patch.yaml
|
||||||
images:
|
images:
|
||||||
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
||||||
newTag: 152f918
|
newTag: 2d7117a
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue