diff --git a/apps/gatus/components/postgres/postgres-deployment.yaml b/apps/gatus/components/postgres/postgres-deployment.yaml index 92782ca5..3bffaf72 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.1 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..1b89f290 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.1" 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..6d6a1b44 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.1 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..abcf128a 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.1 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..4422c2ae 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.1 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..2acb9fa7 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.1 securityContext: runAsUser: 999 runAsGroup: 999