From 7b60e47a08a4e597f6743d8d9cab8f4e060da61b Mon Sep 17 00:00:00 2001 From: bakery-ia-ci Date: Fri, 23 Jan 2026 14:26:33 +0000 Subject: [PATCH] Update images for services: auth-service,tenant-service,training-service,forecasting-service,sales-service,external-service,notification-service,inventory-service,recipes-service,suppliers-service,pos-service,orders-service,production-service,alert-processor,gateway,frontend,ai-insights-service,demo-session-service,distribution-service,orchestrator-service,procurement-service [skip ci] --- infrastructure/platform/gateway/gateway-service.yaml | 2 +- .../services/microservices/frontend/frontend-service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/platform/gateway/gateway-service.yaml b/infrastructure/platform/gateway/gateway-service.yaml index a083857f..e9021dee 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:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/frontend/frontend-service.yaml b/infrastructure/services/microservices/frontend/frontend-service.yaml index 08fdaf56..93369be5 100644 --- a/infrastructure/services/microservices/frontend/frontend-service.yaml +++ b/infrastructure/services/microservices/frontend/frontend-service.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: frontend - image: bakery/dashboard:latest + image: registry.bakewise.ai/bakery-admin/dashboard:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 imagePullPolicy: Always ports: - containerPort: 3000