- Fix PostgreSQL endpoints (now auto-creating correctly) - Fix Forgejo DB connection - Update retention to keep 10 SHA tags (was 2, too aggressive) - Update all deployments to use available tags - Add missing base images to registry (alpine, node, rust, python) - Protect base images from retention deletion
8 lines
194 B
YAML
8 lines
194 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: nxtgauge-ai
|
|
resources:
|
|
- ../../base
|
|
images:
|
|
- name: registry.nxtgauge.com/nxtgauge-ai-assistant
|
|
newTag: latest
|