From 4a26c62f1311d39ce0e856994fd6c53989288fd4 Mon Sep 17 00:00:00 2001 From: bakery-ia-ci Date: Sun, 25 Jan 2026 19:36:22 +0000 Subject: [PATCH] Update images for services: notification,frontend [skip ci] --- .../services/microservices/frontend/frontend-service.yaml | 2 +- .../migrations/notification-migration-job.yaml | 8 ++++---- .../microservices/notification/notification-service.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/infrastructure/services/microservices/frontend/frontend-service.yaml b/infrastructure/services/microservices/frontend/frontend-service.yaml index b96ca01f..8fcd79f6 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: registry.bakewise.ai/bakery-admin/frontend:6c6a9fc58cb98ad24729af84d87f25c7b50874c9 + image: registry.bakewise.ai/bakery-admin/frontend:1cd5500b80f96c4e1e32cde3b57fe6105e94568a imagePullPolicy: Always ports: - containerPort: 3000 diff --git a/infrastructure/services/microservices/notification/migrations/notification-migration-job.yaml b/infrastructure/services/microservices/notification/migrations/notification-migration-job.yaml index 08e62cbf..6f7c1fda 100644 --- a/infrastructure/services/microservices/notification/migrations/notification-migration-job.yaml +++ b/infrastructure/services/microservices/notification/migrations/notification-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: notification-migration-6c6a9fc5 + name: notification-migration-1cd5500b namespace: bakery-ia labels: - app.kubernetes.io/name: notification-migration-6c6a9fc5 + app.kubernetes.io/name: notification-migration-1cd5500b app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: notification-migration-6c6a9fc5 + app.kubernetes.io/name: notification-migration-1cd5500b app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/notification:6c6a9fc58cb98ad24729af84d87f25c7b50874c9 + image: registry.bakewise.ai/bakery-admin/notification:1cd5500b80f96c4e1e32cde3b57fe6105e94568a command: ["python", "/app/shared/scripts/run_migrations.py", "notification"] env: - name: NOTIFICATION_DATABASE_URL diff --git a/infrastructure/services/microservices/notification/notification-service.yaml b/infrastructure/services/microservices/notification/notification-service.yaml index 157822d9..d604b512 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: registry.bakewise.ai/bakery-admin/notification:6c6a9fc58cb98ad24729af84d87f25c7b50874c9 + image: registry.bakewise.ai/bakery-admin/notification:1cd5500b80f96c4e1e32cde3b57fe6105e94568a ports: - containerPort: 8000 name: http