From 83f84de6107afb969a78697490df621d847a3bab Mon Sep 17 00:00:00 2001 From: bakery-ia-ci Date: Sun, 25 Jan 2026 19:13:52 +0000 Subject: [PATCH] Update images for services: notification,production,suppliers,gateway,frontend [skip ci] --- infrastructure/platform/gateway/gateway-service.yaml | 2 +- .../services/microservices/frontend/frontend-service.yaml | 2 +- .../migrations/notification-migration-job.yaml | 8 ++++---- .../microservices/notification/notification-service.yaml | 2 +- .../production/migrations/production-migration-job.yaml | 8 ++++---- .../microservices/production/production-service.yaml | 2 +- .../suppliers/migrations/suppliers-migration-job.yaml | 8 ++++---- .../microservices/suppliers/suppliers-service.yaml | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/infrastructure/platform/gateway/gateway-service.yaml b/infrastructure/platform/gateway/gateway-service.yaml index fbd4992c..40acac69 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: registry.bakewise.ai/bakery-admin/gateway:c8dc021e138c3ff834a50326a775ed4079f06c0c + image: registry.bakewise.ai/bakery-admin/gateway:6c6a9fc58cb98ad24729af84d87f25c7b50874c9 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/frontend/frontend-service.yaml b/infrastructure/services/microservices/frontend/frontend-service.yaml index c546834c..b96ca01f 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:fbbe3e711ffea0ab373bea6e55a1911bdb672ffe + image: registry.bakewise.ai/bakery-admin/frontend:6c6a9fc58cb98ad24729af84d87f25c7b50874c9 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 e9112418..08e62cbf 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-c8dc021e + name: notification-migration-6c6a9fc5 namespace: bakery-ia labels: - app.kubernetes.io/name: notification-migration-c8dc021e + app.kubernetes.io/name: notification-migration-6c6a9fc5 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-c8dc021e + app.kubernetes.io/name: notification-migration-6c6a9fc5 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/notification:c8dc021e138c3ff834a50326a775ed4079f06c0c + image: registry.bakewise.ai/bakery-admin/notification:6c6a9fc58cb98ad24729af84d87f25c7b50874c9 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 b341ffae..157822d9 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:c8dc021e138c3ff834a50326a775ed4079f06c0c + image: registry.bakewise.ai/bakery-admin/notification:6c6a9fc58cb98ad24729af84d87f25c7b50874c9 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/production/migrations/production-migration-job.yaml b/infrastructure/services/microservices/production/migrations/production-migration-job.yaml index 7d6cf45f..09818508 100644 --- a/infrastructure/services/microservices/production/migrations/production-migration-job.yaml +++ b/infrastructure/services/microservices/production/migrations/production-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: production-migration-c8dc021e + name: production-migration-6c6a9fc5 namespace: bakery-ia labels: - app.kubernetes.io/name: production-migration-c8dc021e + app.kubernetes.io/name: production-migration-6c6a9fc5 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: production-migration-c8dc021e + app.kubernetes.io/name: production-migration-6c6a9fc5 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/production:c8dc021e138c3ff834a50326a775ed4079f06c0c + image: registry.bakewise.ai/bakery-admin/production:6c6a9fc58cb98ad24729af84d87f25c7b50874c9 command: ["python", "/app/shared/scripts/run_migrations.py", "production"] env: - name: PRODUCTION_DATABASE_URL diff --git a/infrastructure/services/microservices/production/production-service.yaml b/infrastructure/services/microservices/production/production-service.yaml index fb5663a1..9a2a95b8 100644 --- a/infrastructure/services/microservices/production/production-service.yaml +++ b/infrastructure/services/microservices/production/production-service.yaml @@ -88,7 +88,7 @@ spec: key: PRODUCTION_DB_USER containers: - name: production-service - image: registry.bakewise.ai/bakery-admin/production:c8dc021e138c3ff834a50326a775ed4079f06c0c + image: registry.bakewise.ai/bakery-admin/production:6c6a9fc58cb98ad24729af84d87f25c7b50874c9 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/suppliers/migrations/suppliers-migration-job.yaml b/infrastructure/services/microservices/suppliers/migrations/suppliers-migration-job.yaml index d5b3f411..e71a2a63 100644 --- a/infrastructure/services/microservices/suppliers/migrations/suppliers-migration-job.yaml +++ b/infrastructure/services/microservices/suppliers/migrations/suppliers-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: suppliers-migration-c8dc021e + name: suppliers-migration-6c6a9fc5 namespace: bakery-ia labels: - app.kubernetes.io/name: suppliers-migration-c8dc021e + app.kubernetes.io/name: suppliers-migration-6c6a9fc5 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: suppliers-migration-c8dc021e + app.kubernetes.io/name: suppliers-migration-6c6a9fc5 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/suppliers:c8dc021e138c3ff834a50326a775ed4079f06c0c + image: registry.bakewise.ai/bakery-admin/suppliers:6c6a9fc58cb98ad24729af84d87f25c7b50874c9 command: ["python", "/app/shared/scripts/run_migrations.py", "suppliers"] env: - name: SUPPLIERS_DATABASE_URL diff --git a/infrastructure/services/microservices/suppliers/suppliers-service.yaml b/infrastructure/services/microservices/suppliers/suppliers-service.yaml index b9587ad0..ba3e320e 100644 --- a/infrastructure/services/microservices/suppliers/suppliers-service.yaml +++ b/infrastructure/services/microservices/suppliers/suppliers-service.yaml @@ -88,7 +88,7 @@ spec: key: SUPPLIERS_DB_USER containers: - name: suppliers-service - image: registry.bakewise.ai/bakery-admin/suppliers:c8dc021e138c3ff834a50326a775ed4079f06c0c + image: registry.bakewise.ai/bakery-admin/suppliers:6c6a9fc58cb98ad24729af84d87f25c7b50874c9 ports: - containerPort: 8000 name: http