diff --git a/apps/gatus/components/postgres/postgres-deployment.yaml b/apps/gatus/components/postgres/postgres-deployment.yaml index 0e2e5b67..92782ca5 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.3 + image: postgres:16.4 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/ghostfolio/components/postgres/postgres-deployment.yaml b/apps/ghostfolio/components/postgres/postgres-deployment.yaml index 605811e5..4e97c50f 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.3" + image: "postgres:16.4" securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/linkding/components/postgres/postgres-deployment.yaml b/apps/linkding/components/postgres/postgres-deployment.yaml index 4409436e..ddc0c8a5 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.3 + image: postgres:16.4 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/mealie/components/postgres/postgres-deployment.yaml b/apps/mealie/components/postgres/postgres-deployment.yaml index 754dc0a8..4454fad6 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.3 + image: postgres:16.4 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/media/components/postgres/postgres-deployment.yaml b/apps/media/components/postgres/postgres-deployment.yaml index a7ec195d..82cb10f0 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.3 + image: postgres:16.4 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/miniflux/components/postgres/postgres-deployment.yaml b/apps/miniflux/components/postgres/postgres-deployment.yaml index 2b6c60cc..b0a375b9 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.3 + image: postgres:16.4 securityContext: runAsUser: 999 runAsGroup: 999