diff --git a/apps/gatus/components/postgres/postgres-deployment.yaml b/apps/gatus/components/postgres/postgres-deployment.yaml index 11dc6f4e4..82a33e5dd 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.9 + image: postgres:16.10 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/ghostfolio/components/postgres/postgres-deployment.yaml b/apps/ghostfolio/components/postgres/postgres-deployment.yaml index 1e6687049..b2fd74f03 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.9" + image: "postgres:16.10" securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/linkding/components/postgres/postgres-deployment.yaml b/apps/linkding/components/postgres/postgres-deployment.yaml index 352130418..a73fde637 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.9 + image: postgres:16.10 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/media/components/postgres/postgres-deployment.yaml b/apps/media/components/postgres/postgres-deployment.yaml index 0b66ae7c6..5ae3e505b 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.9 + image: postgres:16.10 securityContext: runAsUser: 999 runAsGroup: 999