From 4ca83c0500ca0a8624cbf8c83729e3979d4561bb Mon Sep 17 00:00:00 2001 From: bakery-ia-ci Date: Fri, 23 Jan 2026 14:08:40 +0000 Subject: [PATCH] Update images for services: ai_insights,alert_processor,auth,demo_session,distribution,external,forecasting,inventory,notification,orchestrator,orders,pos,procurement,production,recipes,sales,suppliers,tenant,training,gateway [skip ci] --- infrastructure/platform/gateway/gateway-service.yaml | 2 +- .../services/microservices/ai-insights/ai-insights-service.yaml | 2 +- infrastructure/services/microservices/auth/auth-service.yaml | 2 +- .../services/microservices/demo-session/deployment.yaml | 2 +- .../microservices/distribution/distribution-service.yaml | 2 +- .../services/microservices/external/external-service.yaml | 2 +- .../services/microservices/forecasting/forecasting-service.yaml | 2 +- .../services/microservices/inventory/inventory-service.yaml | 2 +- .../microservices/notification/notification-service.yaml | 2 +- .../microservices/orchestrator/orchestrator-service.yaml | 2 +- .../services/microservices/orders/orders-service.yaml | 2 +- infrastructure/services/microservices/pos/pos-service.yaml | 2 +- .../services/microservices/procurement/procurement-service.yaml | 2 +- .../services/microservices/production/production-service.yaml | 2 +- .../services/microservices/recipes/recipes-service.yaml | 2 +- infrastructure/services/microservices/sales/sales-service.yaml | 2 +- .../services/microservices/suppliers/suppliers-service.yaml | 2 +- .../services/microservices/tenant/tenant-service.yaml | 2 +- .../services/microservices/training/training-service.yaml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/infrastructure/platform/gateway/gateway-service.yaml b/infrastructure/platform/gateway/gateway-service.yaml index a083857f..ee74b832 100644 --- a/infrastructure/platform/gateway/gateway-service.yaml +++ b/infrastructure/platform/gateway/gateway-service.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: gateway - image: bakery/gateway:latest + image: registry.bakewise.ai/bakery-admin/gateway:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/ai-insights/ai-insights-service.yaml b/infrastructure/services/microservices/ai-insights/ai-insights-service.yaml index 05793fdb..5a88f02b 100644 --- a/infrastructure/services/microservices/ai-insights/ai-insights-service.yaml +++ b/infrastructure/services/microservices/ai-insights/ai-insights-service.yaml @@ -88,7 +88,7 @@ spec: key: AI_INSIGHTS_DB_USER containers: - name: ai-insights-service - image: bakery/ai-insights-service:dev + image: registry.bakewise.ai/bakery-admin/ai-insights-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/auth/auth-service.yaml b/infrastructure/services/microservices/auth/auth-service.yaml index 8fd6ad30..e3fb475d 100644 --- a/infrastructure/services/microservices/auth/auth-service.yaml +++ b/infrastructure/services/microservices/auth/auth-service.yaml @@ -110,7 +110,7 @@ spec: value: "auth_db" containers: - name: auth-service - image: bakery/auth-service:latest + image: registry.bakewise.ai/bakery-admin/auth-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/demo-session/deployment.yaml b/infrastructure/services/microservices/demo-session/deployment.yaml index c7606043..d58c3b35 100644 --- a/infrastructure/services/microservices/demo-session/deployment.yaml +++ b/infrastructure/services/microservices/demo-session/deployment.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: demo-session-sa containers: - name: demo-session-service - image: bakery/demo-session-service:latest + image: registry.bakewise.ai/bakery-admin/demo-session-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/distribution/distribution-service.yaml b/infrastructure/services/microservices/distribution/distribution-service.yaml index d146b6e3..2d1fe4fd 100644 --- a/infrastructure/services/microservices/distribution/distribution-service.yaml +++ b/infrastructure/services/microservices/distribution/distribution-service.yaml @@ -109,7 +109,7 @@ spec: value: "distribution_db" containers: - name: distribution-service - image: bakery/distribution-service:latest + image: registry.bakewise.ai/bakery-admin/distribution-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/infrastructure/services/microservices/external/external-service.yaml b/infrastructure/services/microservices/external/external-service.yaml index a44a2330..b82ab86e 100644 --- a/infrastructure/services/microservices/external/external-service.yaml +++ b/infrastructure/services/microservices/external/external-service.yaml @@ -114,7 +114,7 @@ spec: containers: - name: external-service - image: bakery/external-service:latest + image: registry.bakewise.ai/bakery-admin/external-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/forecasting/forecasting-service.yaml b/infrastructure/services/microservices/forecasting/forecasting-service.yaml index d7bfd95e..7929edc4 100644 --- a/infrastructure/services/microservices/forecasting/forecasting-service.yaml +++ b/infrastructure/services/microservices/forecasting/forecasting-service.yaml @@ -88,7 +88,7 @@ spec: key: FORECASTING_DB_USER containers: - name: forecasting-service - image: bakery/forecasting-service:latest + image: registry.bakewise.ai/bakery-admin/forecasting-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/inventory/inventory-service.yaml b/infrastructure/services/microservices/inventory/inventory-service.yaml index b99093c3..15b5923c 100644 --- a/infrastructure/services/microservices/inventory/inventory-service.yaml +++ b/infrastructure/services/microservices/inventory/inventory-service.yaml @@ -88,7 +88,7 @@ spec: key: INVENTORY_DB_USER containers: - name: inventory-service - image: bakery/inventory-service:latest + image: registry.bakewise.ai/bakery-admin/inventory-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/notification/notification-service.yaml b/infrastructure/services/microservices/notification/notification-service.yaml index 8e3ea672..59ec2501 100644 --- a/infrastructure/services/microservices/notification/notification-service.yaml +++ b/infrastructure/services/microservices/notification/notification-service.yaml @@ -88,7 +88,7 @@ spec: key: NOTIFICATION_DB_USER containers: - name: notification-service - image: bakery/notification-service:latest + image: registry.bakewise.ai/bakery-admin/notification-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/orchestrator/orchestrator-service.yaml b/infrastructure/services/microservices/orchestrator/orchestrator-service.yaml index 693b2fe7..c168fd34 100644 --- a/infrastructure/services/microservices/orchestrator/orchestrator-service.yaml +++ b/infrastructure/services/microservices/orchestrator/orchestrator-service.yaml @@ -88,7 +88,7 @@ spec: key: ORCHESTRATOR_DB_USER containers: - name: orchestrator-service - image: bakery/orchestrator-service:latest + image: registry.bakewise.ai/bakery-admin/orchestrator-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/orders/orders-service.yaml b/infrastructure/services/microservices/orders/orders-service.yaml index cda262f9..1c1867c1 100644 --- a/infrastructure/services/microservices/orders/orders-service.yaml +++ b/infrastructure/services/microservices/orders/orders-service.yaml @@ -88,7 +88,7 @@ spec: key: ORDERS_DB_USER containers: - name: orders-service - image: bakery/orders-service:latest + image: registry.bakewise.ai/bakery-admin/orders-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/pos/pos-service.yaml b/infrastructure/services/microservices/pos/pos-service.yaml index cee06200..a90f7b7d 100644 --- a/infrastructure/services/microservices/pos/pos-service.yaml +++ b/infrastructure/services/microservices/pos/pos-service.yaml @@ -88,7 +88,7 @@ spec: key: POS_DB_USER containers: - name: pos-service - image: bakery/pos-service:latest + image: registry.bakewise.ai/bakery-admin/pos-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/procurement/procurement-service.yaml b/infrastructure/services/microservices/procurement/procurement-service.yaml index 207a181c..35ef1977 100644 --- a/infrastructure/services/microservices/procurement/procurement-service.yaml +++ b/infrastructure/services/microservices/procurement/procurement-service.yaml @@ -88,7 +88,7 @@ spec: key: PROCUREMENT_DB_USER containers: - name: procurement-service - image: bakery/procurement-service:latest + image: registry.bakewise.ai/bakery-admin/procurement-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/production/production-service.yaml b/infrastructure/services/microservices/production/production-service.yaml index 54077cef..595c770d 100644 --- a/infrastructure/services/microservices/production/production-service.yaml +++ b/infrastructure/services/microservices/production/production-service.yaml @@ -88,7 +88,7 @@ spec: key: PRODUCTION_DB_USER containers: - name: production-service - image: bakery/production-service:latest + image: registry.bakewise.ai/bakery-admin/production-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/recipes/recipes-service.yaml b/infrastructure/services/microservices/recipes/recipes-service.yaml index e553eecd..97bba2ff 100644 --- a/infrastructure/services/microservices/recipes/recipes-service.yaml +++ b/infrastructure/services/microservices/recipes/recipes-service.yaml @@ -88,7 +88,7 @@ spec: key: RECIPES_DB_USER containers: - name: recipes-service - image: bakery/recipes-service:latest + image: registry.bakewise.ai/bakery-admin/recipes-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/sales/sales-service.yaml b/infrastructure/services/microservices/sales/sales-service.yaml index 4f46cc96..74c9a69c 100644 --- a/infrastructure/services/microservices/sales/sales-service.yaml +++ b/infrastructure/services/microservices/sales/sales-service.yaml @@ -88,7 +88,7 @@ spec: key: SALES_DB_USER containers: - name: sales-service - image: bakery/sales-service:latest + image: registry.bakewise.ai/bakery-admin/sales-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/suppliers/suppliers-service.yaml b/infrastructure/services/microservices/suppliers/suppliers-service.yaml index c8d88c2e..adf28085 100644 --- a/infrastructure/services/microservices/suppliers/suppliers-service.yaml +++ b/infrastructure/services/microservices/suppliers/suppliers-service.yaml @@ -88,7 +88,7 @@ spec: key: SUPPLIERS_DB_USER containers: - name: suppliers-service - image: bakery/suppliers-service:latest + image: registry.bakewise.ai/bakery-admin/suppliers-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/tenant/tenant-service.yaml b/infrastructure/services/microservices/tenant/tenant-service.yaml index 9251bb81..f4dfa6f7 100644 --- a/infrastructure/services/microservices/tenant/tenant-service.yaml +++ b/infrastructure/services/microservices/tenant/tenant-service.yaml @@ -88,7 +88,7 @@ spec: key: TENANT_DB_USER containers: - name: tenant-service - image: bakery/tenant-service:latest + image: registry.bakewise.ai/bakery-admin/tenant-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/training/training-service.yaml b/infrastructure/services/microservices/training/training-service.yaml index 44690b79..f9d3cfee 100644 --- a/infrastructure/services/microservices/training/training-service.yaml +++ b/infrastructure/services/microservices/training/training-service.yaml @@ -88,7 +88,7 @@ spec: key: TRAINING_DB_USER containers: - name: training-service - image: bakery/training-service:79c869aaa529b2aaf2bbe77d2a2506e3ebdaf2abac3c83505ddfad29f3dbf99e + image: registry.bakewise.ai/bakery-admin/training-service:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c ports: - containerPort: 8000 name: http