From 1d89bbcb7344623e15010ccbab19069e916c998f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:03:44 +0000 Subject: [PATCH] Update Docker image docker.io/library/postgres Signed-off-by: Zee Aslam --- cluster/apps/auth/authentik/postgres/authentik-postgres-db.yaml | 2 +- cluster/apps/home/emqx/db-emqx/emqx-db.yaml | 2 +- cluster/apps/home/home-assistant/db/db-home-assistant.yaml | 2 +- .../networking/blocky/app/db-blocky-query/db-blocky-query.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/apps/auth/authentik/postgres/authentik-postgres-db.yaml b/cluster/apps/auth/authentik/postgres/authentik-postgres-db.yaml index c0b69fa406..34af61a0f6 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:17.0 database: size: 10Gi storageClassName: ceph-block diff --git a/cluster/apps/home/emqx/db-emqx/emqx-db.yaml b/cluster/apps/home/emqx/db-emqx/emqx-db.yaml index 016dc15421..4eeb1b51ab 100644 --- a/cluster/apps/home/emqx/db-emqx/emqx-db.yaml +++ b/cluster/apps/home/emqx/db-emqx/emqx-db.yaml @@ -7,7 +7,7 @@ metadata: spec: customConfig: emqx-postgres-conf replicas: 1 - image: docker.io/library/postgres:15 + image: docker.io/library/postgres:17 database: size: 256Mi storageClassName: ceph-block diff --git a/cluster/apps/home/home-assistant/db/db-home-assistant.yaml b/cluster/apps/home/home-assistant/db/db-home-assistant.yaml index ef0298a6ff..d30cd68963 100644 --- a/cluster/apps/home/home-assistant/db/db-home-assistant.yaml +++ b/cluster/apps/home/home-assistant/db/db-home-assistant.yaml @@ -7,7 +7,7 @@ metadata: spec: customConfig: hass-postgres-conf replicas: 1 - image: docker.io/library/postgres:15 + image: docker.io/library/postgres:17 database: size: 10Gi storageClassName: ceph-block diff --git a/cluster/apps/networking/blocky/app/db-blocky-query/db-blocky-query.yaml b/cluster/apps/networking/blocky/app/db-blocky-query/db-blocky-query.yaml index 82dd686b95..123173d109 100644 --- a/cluster/apps/networking/blocky/app/db-blocky-query/db-blocky-query.yaml +++ b/cluster/apps/networking/blocky/app/db-blocky-query/db-blocky-query.yaml @@ -9,7 +9,7 @@ metadata: spec: customConfig: blocky-postgres-conf replicas: 1 - image: docker.io/library/postgres:15 + image: docker.io/library/postgres:17 scheduler: affinity: podAntiAffinity: