From ac8c2161ca1bd5f48a2760ee27c3500e6ed2d124 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:57:49 +0000 Subject: [PATCH] Update Docker image docker.io/library/postgres to 15.9 Signed-off-by: Zee Aslam --- cluster/apps/auth/authentik/postgres/authentik-postgres-db.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/auth/authentik/postgres/authentik-postgres-db.yaml b/cluster/apps/auth/authentik/postgres/authentik-postgres-db.yaml index c0b69fa406..224d696710 100644 --- a/cluster/apps/auth/authentik/postgres/authentik-postgres-db.yaml +++ b/cluster/apps/auth/authentik/postgres/authentik-postgres-db.yaml @@ -9,7 +9,7 @@ metadata: spec: customConfig: authentik-postgres-conf replicas: 1 - image: docker.io/library/postgres:15.8 + image: docker.io/library/postgres:15.9 database: size: 10Gi storageClassName: ceph-block