From 7109b7f12fbf72d4cfe47b9733991dfba835ff5b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Mar 2023 18:44:57 +0000 Subject: [PATCH] Update docker.io/postgres Docker tag to v13.10 --- docspell/postgres/statefulset.yaml | 2 +- miniflux/postgres/statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docspell/postgres/statefulset.yaml b/docspell/postgres/statefulset.yaml index bdad0cb..46a1e7b 100644 --- a/docspell/postgres/statefulset.yaml +++ b/docspell/postgres/statefulset.yaml @@ -21,7 +21,7 @@ spec: terminationGracePeriodSeconds: 10 containers: - name: postgres - image: docker.io/postgres:13.8 + image: docker.io/postgres:13.10 imagePullPolicy: IfNotPresent ports: - name: postgres diff --git a/miniflux/postgres/statefulset.yaml b/miniflux/postgres/statefulset.yaml index 8bd361c..b6598cc 100644 --- a/miniflux/postgres/statefulset.yaml +++ b/miniflux/postgres/statefulset.yaml @@ -20,7 +20,7 @@ spec: terminationGracePeriodSeconds: 10 containers: - name: postgres - image: docker.io/postgres:13.8 + image: docker.io/postgres:13.10 imagePullPolicy: IfNotPresent ports: - name: postgres