From e07c8cfc6cbb49cc78d5752f2cc67714fdedd696 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:36:55 +0000 Subject: [PATCH] Update Docker image docker.io/library/postgres to 15.10 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..4cc095e4ff 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.10 database: size: 10Gi storageClassName: ceph-block