New enterprise feature

This commit is contained in:
Urtzi Alfaro
2025-11-30 09:12:40 +01:00
parent f9d0eec6ec
commit 972db02f6d
176 changed files with 19741 additions and 1361 deletions

View File

@@ -39,6 +39,7 @@ resources:
- migrations/procurement-migration-job.yaml
- migrations/orchestrator-migration-job.yaml
- migrations/ai-insights-migration-job.yaml
- migrations/distribution-migration-job.yaml
# Demo initialization jobs (in Helm hook weight order)
- jobs/demo-seed-rbac.yaml
@@ -64,6 +65,16 @@ resources:
- jobs/demo-seed-orchestration-runs-job.yaml
- jobs/demo-seed-alerts-job.yaml
# Phase 2: Child retail seed jobs (for enterprise demo)
- jobs/demo-seed-inventory-retail-job.yaml
- jobs/demo-seed-stock-retail-job.yaml
- jobs/demo-seed-sales-retail-job.yaml
- jobs/demo-seed-customers-retail-job.yaml
- jobs/demo-seed-pos-retail-job.yaml
- jobs/demo-seed-forecasts-retail-job.yaml
- jobs/demo-seed-alerts-retail-job.yaml
- jobs/demo-seed-distribution-history-job.yaml
# External data initialization job (v2.0)
- jobs/external-data-init-job.yaml
@@ -79,6 +90,10 @@ resources:
- components/databases/rabbitmq.yaml
- components/infrastructure/gateway-service.yaml
# Distribution service
- components/distribution/distribution-deployment.yaml
- components/distribution/distribution-configmap.yaml
# Nominatim geocoding service
- components/nominatim/nominatim.yaml
- jobs/nominatim-init-job.yaml
@@ -104,6 +119,7 @@ resources:
- components/databases/orchestrator-db.yaml
- components/databases/alert-processor-db.yaml
- components/databases/ai-insights-db.yaml
- components/databases/distribution-db.yaml
# Demo session components
- components/demo-session/database.yaml
@@ -186,3 +202,5 @@ images:
newTag: latest
- name: bakery/dashboard
newTag: latest
- name: bakery/distribution-service
newTag: latest