feat: update postgres 17.4 -> 18.1

This commit is contained in:
Jan Schnurpfeil 2026-01-15 20:47:53 +01:00
parent cc0566af21
commit 6171647187

View file

@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: postgres
image: postgres:17.4
image: postgres:18.1
resources:
requests:
memory: "256Mi"
@ -46,7 +46,7 @@ spec:
- containerPort: 5432
volumeMounts:
- name: postgres
mountPath: /var/lib/postgresql/data
mountPath: /var/lib/postgresql
subPath: postgres
volumes:
- name: postgres