fix: update all services to latest commits with crane-based builds
- Backend: 9444056 - crane mirror base images, then build - Frontend: d26f0bf - crane mirror node:20-alpine, then build - Admin: e044d4c - crane mirror node:20-alpine, then build - AI: 6f94539 - crane mirror base images, then build - All repos now use crane to mirror base images before building
This commit is contained in:
parent
7ef7df4965
commit
39e69a374a
4 changed files with 4 additions and 4 deletions
|
|
@ -6,4 +6,4 @@ patchesStrategicMerge:
|
|||
- replicas-patch.yaml
|
||||
images:
|
||||
- name: registry.nxtgauge.com/nxtgauge-admin-solid
|
||||
newTag: a13dce5
|
||||
newTag: e044d4c
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ resources:
|
|||
- ../../base
|
||||
images:
|
||||
- name: registry.nxtgauge.com/nxtgauge-ai-assistant
|
||||
newTag: 320e683
|
||||
newTag: 6f94539
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ images:
|
|||
- name: registry.nxtgauge.com/nxtgauge-rust-gateway
|
||||
newTag: d084491
|
||||
- name: registry.nxtgauge.com/nxtgauge-rust-users
|
||||
newTag: d084491
|
||||
newTag: 9444056
|
||||
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
||||
newTag: 152f918
|
||||
- name: registry.nxtgauge.com/nxtgauge-rust-companies
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ patchesStrategicMerge:
|
|||
- replicas-patch.yaml
|
||||
images:
|
||||
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
||||
newTag: 2d7117a
|
||||
newTag: d26f0bf
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue