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