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:
|
||||
containers:
|
||||
- name: admin-solid
|
||||
image: ghcr.io/traceworks2023/nxtgauge-admin-solid
|
||||
image: registry.nxtgauge.com/nxtgauge-admin-solid
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@ resources:
|
|||
patchesStrategicMerge:
|
||||
- replicas-patch.yaml
|
||||
images:
|
||||
- name: ghcr.io/traceworks2023/nxtgauge-admin-solid
|
||||
newTag: high-performance-latest
|
||||
- name: registry.nxtgauge.com/nxtgauge-admin-solid
|
||||
newTag: a13dce5
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ resources:
|
|||
- ../../base
|
||||
images:
|
||||
- name: registry.nxtgauge.com/nxtgauge-ai-assistant
|
||||
newTag: high-performance-latest
|
||||
newTag: 320e683
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ patchesStrategicMerge:
|
|||
- replicas-patch.yaml
|
||||
images:
|
||||
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
||||
newTag: 152f918
|
||||
newTag: 2d7117a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue