diff --git a/infrastructure/services/microservices/ai-insights/ai-insights-service.yaml b/infrastructure/services/microservices/ai-insights/ai-insights-service.yaml index 05793fdb..2da0a01e 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/alert-processor/alert-processor.yaml b/infrastructure/services/microservices/alert-processor/alert-processor.yaml index bee9388a..485dc81c 100644 --- a/infrastructure/services/microservices/alert-processor/alert-processor.yaml +++ b/infrastructure/services/microservices/alert-processor/alert-processor.yaml @@ -82,7 +82,7 @@ spec: key: ALERT_PROCESSOR_DB_USER containers: - name: alert-processor - image: bakery/alert-processor:latest + image: registry.bakewise.ai/bakery-admin/alert-processor:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 command: ["python", "-m", "uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"] ports: - containerPort: 8000 diff --git a/infrastructure/services/microservices/auth/auth-service.yaml b/infrastructure/services/microservices/auth/auth-service.yaml index 8fd6ad30..37e5fb6b 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..58c44f03 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..0ea7150b 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..1ab521bf 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..ea360f7a 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..f02839e9 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..a86c815d 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..fb4fea08 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..c1c17bee 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..4f544f61 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..1e610ae4 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..5aff74b9 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..3fb67f8c 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..c5761739 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..69e71200 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..bc6d865c 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 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..b458cc5c 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 ports: - containerPort: 8000 name: http