Update postgres Docker tag to v18
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Renovate Bot
2026-06-06 07:53:13 +00:00
parent df5afe1695
commit 7310f84a8b
3 changed files with 4 additions and 4 deletions
+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