Update images for services: notification,frontend [skip ci]

This commit is contained in:
bakery-ia-ci
2026-01-25 19:36:22 +00:00
parent 1cd5500b80
commit 4a26c62f13
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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