diff --git a/infrastructure/services/microservices/notification/migrations/notification-migration-job.yaml b/infrastructure/services/microservices/notification/migrations/notification-migration-job.yaml index a16ec107..58d5adb1 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-b4bc5119 + name: notification-migration-df4513f7 namespace: bakery-ia labels: - app.kubernetes.io/name: notification-migration-b4bc5119 + app.kubernetes.io/name: notification-migration-df4513f7 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-b4bc5119 + app.kubernetes.io/name: notification-migration-df4513f7 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/notification:b4bc5119a1e0179bb4085477106e76ed5345daab + image: registry.bakewise.ai/bakery-admin/notification:df4513f75c5457e0ae5940e589f2a09466c16413 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 6d441c54..ca55f8a4 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:b4bc5119a1e0179bb4085477106e76ed5345daab + image: registry.bakewise.ai/bakery-admin/notification:df4513f75c5457e0ae5940e589f2a09466c16413 ports: - containerPort: 8000 name: http