From 8afaaa79a8d30aadfc06e4b0d89d69dea25bdd9f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Feb 2022 17:43:31 +0000 Subject: [PATCH] Update docker.io/postgres Docker tag to v13.6 --- 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 9ac4fa9..705b104 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.5 + image: docker.io/postgres:13.6 imagePullPolicy: IfNotPresent ports: - name: postgres diff --git a/miniflux/postgres/statefulset.yaml b/miniflux/postgres/statefulset.yaml index 987c89b..f78d629 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.5 + image: docker.io/postgres:13.6 imagePullPolicy: IfNotPresent ports: - name: postgres