From 6e82a8ef2cd92e8bf183b8ee061e0550ef9d18a8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Nov 2021 17:43:31 +0000 Subject: [PATCH] Update docker.io/postgres Docker tag to v13.5 --- 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 42c5490..bbb61d1 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.4 + image: docker.io/postgres:13.5 imagePullPolicy: IfNotPresent ports: - name: postgres diff --git a/miniflux/postgres/statefulset.yaml b/miniflux/postgres/statefulset.yaml index 29a504c..341bdff 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.4 + image: docker.io/postgres:13.5 imagePullPolicy: IfNotPresent ports: - name: postgres