Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot 7310f84a8b Update postgres Docker tag to v18
renovate/stability-days Updates have met minimum release age requirement
2026-06-06 07:53:13 +00:00
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ spec:
spec:
containers:
- name: redis
image: redis:8.8-alpine
image: redis:7.4-alpine
ports:
- containerPort: 6379
name: redis
+1 -1
View File
@@ -77,7 +77,7 @@ spec:
spec:
containers:
- name: redis
image: redis:8-alpine
image: redis:7-alpine
imagePullPolicy: IfNotPresent
args:
- redis-server
+2 -2
View File
@@ -85,7 +85,7 @@ spec:
spec:
containers:
- name: postgres
image: postgres:16-alpine
image: postgres:18-alpine
ports:
- containerPort: 5432
env:
@@ -167,7 +167,7 @@ spec:
# Wait for DB to be available before starting Umami
initContainers:
- name: wait-for-db
image: postgres:16-alpine
image: postgres:18-alpine
command:
- sh
- -c
+2 -2
View File
@@ -81,7 +81,7 @@ spec:
fsGroup: 999
containers:
- name: postgres
image: postgres:16-alpine
image: postgres:18-alpine
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_USER
@@ -185,7 +185,7 @@ spec:
spec:
containers:
- name: redis
image: redis:8-alpine
image: redis:7-alpine
imagePullPolicy: IfNotPresent
args:
- redis-server
+1 -1
View File
@@ -198,7 +198,7 @@ spec:
spec:
containers:
- name: redis
image: redis:8-alpine
image: redis:7-alpine
imagePullPolicy: IfNotPresent
command:
- redis-server
+1 -1
View File
@@ -71,7 +71,7 @@ spec:
spec:
containers:
- name: redis
image: redis:8-alpine
image: redis:7-alpine
imagePullPolicy: IfNotPresent
ports:
- name: redis
+1 -1
View File
@@ -121,7 +121,7 @@ spec:
spec:
containers:
- name: redis
image: redis:8.8.0
image: redis:7.4.9
ports:
- containerPort: 6379
name: redis
+1 -1
View File
@@ -69,7 +69,7 @@ spec:
fsGroup: 999
containers:
- name: postgres
image: postgres:15-alpine
image: postgres:18-alpine
env:
- name: POSTGRES_USER
valueFrom: