From c8fcc0f352a66a3ebe151d283b2c1943dfe45e57 Mon Sep 17 00:00:00 2001 From: bakery-ia-ci Date: Mon, 26 Jan 2026 05:54:09 +0000 Subject: [PATCH] Update images for services: notification [skip ci] --- .../migrations/notification-migration-job.yaml | 8 ++++---- .../microservices/notification/notification-service.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure/services/microservices/notification/migrations/notification-migration-job.yaml b/infrastructure/services/microservices/notification/migrations/notification-migration-job.yaml index 6f7c1fda..a16ec107 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-1cd5500b + name: notification-migration-b4bc5119 namespace: bakery-ia labels: - app.kubernetes.io/name: notification-migration-1cd5500b + app.kubernetes.io/name: notification-migration-b4bc5119 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-1cd5500b + app.kubernetes.io/name: notification-migration-b4bc5119 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/notification:1cd5500b80f96c4e1e32cde3b57fe6105e94568a + image: registry.bakewise.ai/bakery-admin/notification:b4bc5119a1e0179bb4085477106e76ed5345daab 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 d604b512..6d441c54 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:1cd5500b80f96c4e1e32cde3b57fe6105e94568a + image: registry.bakewise.ai/bakery-admin/notification:b4bc5119a1e0179bb4085477106e76ed5345daab ports: - containerPort: 8000 name: http