From 09666e2b5239155538ef922c34ac67b677e56af4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Dec 2024 22:19:00 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 --- apps/gatus/components/postgres/postgres-deployment.yaml | 2 +- apps/ghostfolio/components/postgres/postgres-deployment.yaml | 2 +- apps/linkding/components/postgres/postgres-deployment.yaml | 2 +- apps/mealie/components/postgres/postgres-deployment.yaml | 2 +- apps/media/components/postgres/postgres-deployment.yaml | 2 +- apps/miniflux/components/postgres/postgres-deployment.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/gatus/components/postgres/postgres-deployment.yaml b/apps/gatus/components/postgres/postgres-deployment.yaml index db579918..10d5cef4 100644 --- a/apps/gatus/components/postgres/postgres-deployment.yaml +++ b/apps/gatus/components/postgres/postgres-deployment.yaml @@ -38,7 +38,7 @@ spec: type: RuntimeDefault containers: - name: postgres - image: postgres:16.6 + image: postgres:17.2 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/ghostfolio/components/postgres/postgres-deployment.yaml b/apps/ghostfolio/components/postgres/postgres-deployment.yaml index ac562416..87ac6cac 100644 --- a/apps/ghostfolio/components/postgres/postgres-deployment.yaml +++ b/apps/ghostfolio/components/postgres/postgres-deployment.yaml @@ -38,7 +38,7 @@ spec: type: "RuntimeDefault" containers: - name: "postgres" - image: "postgres:16.6" + image: "postgres:17.2" securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/linkding/components/postgres/postgres-deployment.yaml b/apps/linkding/components/postgres/postgres-deployment.yaml index 83f053e8..ef9aa2f1 100644 --- a/apps/linkding/components/postgres/postgres-deployment.yaml +++ b/apps/linkding/components/postgres/postgres-deployment.yaml @@ -38,7 +38,7 @@ spec: type: RuntimeDefault containers: - name: postgres - image: postgres:16.6 + image: postgres:17.2 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/mealie/components/postgres/postgres-deployment.yaml b/apps/mealie/components/postgres/postgres-deployment.yaml index f06bb1dc..a07ac058 100644 --- a/apps/mealie/components/postgres/postgres-deployment.yaml +++ b/apps/mealie/components/postgres/postgres-deployment.yaml @@ -38,7 +38,7 @@ spec: type: RuntimeDefault containers: - name: postgres - image: postgres:16.6 + image: postgres:17.2 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/media/components/postgres/postgres-deployment.yaml b/apps/media/components/postgres/postgres-deployment.yaml index af3daf8c..99d7e52c 100644 --- a/apps/media/components/postgres/postgres-deployment.yaml +++ b/apps/media/components/postgres/postgres-deployment.yaml @@ -22,7 +22,7 @@ spec: runAsNonRoot: true containers: - name: postgres - image: postgres:16.6 + image: postgres:17.2 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/miniflux/components/postgres/postgres-deployment.yaml b/apps/miniflux/components/postgres/postgres-deployment.yaml index 5f6bd271..c74a000c 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:16.6 + image: postgres:17.2 securityContext: runAsUser: 999 runAsGroup: 999