- 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
9 lines
221 B
YAML
9 lines
221 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../base
|
|
patchesStrategicMerge:
|
|
- replicas-patch.yaml
|
|
images:
|
|
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
|
newTag: d26f0bf
|