diff --git a/apps/mealie/components/postgres/postgres-sts.yaml b/apps/mealie/components/postgres/postgres-sts.yaml index 2744d1375..211dfa905 100644 --- a/apps/mealie/components/postgres/postgres-sts.yaml +++ b/apps/mealie/components/postgres/postgres-sts.yaml @@ -39,7 +39,7 @@ spec: type: RuntimeDefault containers: - name: postgres - image: postgres:17.4 + image: postgres:17.6 securityContext: runAsUser: 999 runAsGroup: 999 diff --git a/apps/miniflux/components/postgres/postgres-deployment.yaml b/apps/miniflux/components/postgres/postgres-deployment.yaml index d80ff9b1b..c61e9dc0b 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:17.4 + image: postgres:17.6 securityContext: runAsUser: 999 runAsGroup: 999