From 831e377ac4939c7625b321036bebb0eb78964301 Mon Sep 17 00:00:00 2001 From: bakery-ia-ci Date: Mon, 26 Jan 2026 06:35:04 +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 fee7314a..662c9298 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-4cd9a3ba + name: notification-migration-6c136c1a namespace: bakery-ia labels: - app.kubernetes.io/name: notification-migration-4cd9a3ba + app.kubernetes.io/name: notification-migration-6c136c1a 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-4cd9a3ba + app.kubernetes.io/name: notification-migration-6c136c1a app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/notification:4cd9a3ba3f941978377affbb5b35652c56fbbc7a + image: registry.bakewise.ai/bakery-admin/notification:6c136c1a9591ad4369227e4e08eb11e9516bc1f2 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 456e6049..a2f39a23 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:4cd9a3ba3f941978377affbb5b35652c56fbbc7a + image: registry.bakewise.ai/bakery-admin/notification:6c136c1a9591ad4369227e4e08eb11e9516bc1f2 ports: - containerPort: 8000 name: http