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