diff --git a/apps/gatus/components/postgres/postgres-deployment.yaml b/apps/gatus/components/postgres/postgres-deployment.yaml index 92782ca5..acd297d6 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.4 + image: postgres:17.0 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/ghostfolio/components/postgres/postgres-deployment.yaml b/apps/ghostfolio/components/postgres/postgres-deployment.yaml index c9812d10..545cd497 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.4" + image: "postgres:17.0" securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/linkding/components/postgres/postgres-deployment.yaml b/apps/linkding/components/postgres/postgres-deployment.yaml index ddc0c8a5..c2237ebd 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.4 + image: postgres:17.0 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/mealie/components/postgres/postgres-deployment.yaml b/apps/mealie/components/postgres/postgres-deployment.yaml index 4454fad6..6f6d6e09 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.4 + image: postgres:17.0 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/media/components/postgres/postgres-deployment.yaml b/apps/media/components/postgres/postgres-deployment.yaml index 82cb10f0..644937f3 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.4 + image: postgres:17.0 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/miniflux/components/postgres/postgres-deployment.yaml b/apps/miniflux/components/postgres/postgres-deployment.yaml index b0a375b9..cbeb1532 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.4 + image: postgres:17.0 securityContext: runAsUser: 999 runAsGroup: 999