From 6fca5493d1f4fb74c1435678445edeb7eb1dd157 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 01:35:07 +0000 Subject: [PATCH] =?UTF-8?q?feat(container)!:=20Update=20image=20postgres?= =?UTF-8?q?=20(=2016=20=E2=86=92=2018=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubernetes/apps/security/authentik/app/postgres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/security/authentik/app/postgres.yaml b/kubernetes/apps/security/authentik/app/postgres.yaml index f96b79f8..5f986908 100644 --- a/kubernetes/apps/security/authentik/app/postgres.yaml +++ b/kubernetes/apps/security/authentik/app/postgres.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: postgresql - image: postgres:16-alpine + image: postgres:18-alpine env: - name: POSTGRES_DB value: authentik