From 61716471875984eaec96e03b8ee3f72227964559 Mon Sep 17 00:00:00 2001 From: Jan Schnurpfeil Date: Thu, 15 Jan 2026 20:47:53 +0100 Subject: [PATCH] feat: update postgres 17.4 -> 18.1 --- .../k8s/kustomize/postgres/statefulset-postgres-scrumlr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module3/k8s/kustomize/postgres/statefulset-postgres-scrumlr.yaml b/module3/k8s/kustomize/postgres/statefulset-postgres-scrumlr.yaml index c33deca..160f11d 100644 --- a/module3/k8s/kustomize/postgres/statefulset-postgres-scrumlr.yaml +++ b/module3/k8s/kustomize/postgres/statefulset-postgres-scrumlr.yaml @@ -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