Update requirements and insfra versions

This commit is contained in:
Urtzi Alfaro
2025-10-17 23:09:40 +02:00
parent 7e089b80cf
commit 312e36c893
81 changed files with 524 additions and 476 deletions

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h alert-processor-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h auth-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -17,7 +17,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h demo-session-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h external-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h forecasting-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h inventory-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h notification-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h orders-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h pos-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h production-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h recipes-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h sales-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h suppliers-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h tenant-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h tenant-db-service -p 5432; do sleep 2; done"]
resources:
requests:

View File

@@ -18,7 +18,7 @@ spec:
spec:
initContainers:
- name: wait-for-db
image: postgres:15-alpine
image: postgres:17-alpine
command: ["sh", "-c", "until pg_isready -h training-db-service -p 5432; do sleep 2; done"]
resources:
requests: