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

This commit is contained in:
bakery-ia-ci
2026-01-25 19:13:52 +00:00
parent 6c6a9fc58c
commit 83f84de610
8 changed files with 17 additions and 17 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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