From 1faf778a9be518f979966e78f0cbcf5d33c56f30 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 May 2022 16:44:13 +0000 Subject: [PATCH] Update dependency docker.io/postgres to v13.7 --- 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 705b104..fe904b0 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.6 + image: docker.io/postgres:13.7 imagePullPolicy: IfNotPresent ports: - name: postgres diff --git a/miniflux/postgres/statefulset.yaml b/miniflux/postgres/statefulset.yaml index f78d629..9a76fde 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.6 + image: docker.io/postgres:13.7 imagePullPolicy: IfNotPresent ports: - name: postgres