From 5cb6a03f7cf9fc655664e7288022bffe46cfcafb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Oct 2025 04:27:08 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17.6 --- apps/mealie/components/postgres/postgres-sts.yaml | 2 +- apps/miniflux/components/postgres/postgres-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mealie/components/postgres/postgres-sts.yaml b/apps/mealie/components/postgres/postgres-sts.yaml index 2744d1375..211dfa905 100644 --- a/apps/mealie/components/postgres/postgres-sts.yaml +++ b/apps/mealie/components/postgres/postgres-sts.yaml @@ -39,7 +39,7 @@ spec: type: RuntimeDefault containers: - name: postgres - image: postgres:17.4 + image: postgres:17.6 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/miniflux/components/postgres/postgres-deployment.yaml b/apps/miniflux/components/postgres/postgres-deployment.yaml index d80ff9b1b..c61e9dc0b 100644 --- a/apps/miniflux/components/postgres/postgres-deployment.yaml +++ b/apps/miniflux/components/postgres/postgres-deployment.yaml @@ -38,7 +38,7 @@ spec: type: RuntimeDefault containers: - name: postgres - image: postgres:17.4 + image: postgres:17.6 securityContext: runAsUser: 999 runAsGroup: 999