From f0c3df9fe8a5ca39b6e41b85e8efdb878ba919a2 Mon Sep 17 00:00:00 2001 From: rasmus Date: Sat, 31 Jan 2026 21:59:15 +0200 Subject: [PATCH] wiki: recreate empty pg as v18 --- wiki/postgres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/postgres.yaml b/wiki/postgres.yaml index 4652946..10cb760 100644 --- a/wiki/postgres.yaml +++ b/wiki/postgres.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: postgres - image: mirror.gcr.io/library/postgres:15 + image: mirror.gcr.io/library/postgres:18 imagePullPolicy: Always env: - name: POSTGRES_APPUSER