From 041349d8d957e05d67b399b03c729398178b938e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Feb 2021 21:00:40 +0000 Subject: [PATCH] Update docker.io/postgres Docker tag to v13.2 --- docspell/postgres/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docspell/postgres/statefulset.yaml b/docspell/postgres/statefulset.yaml index 5501776..426b153 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.1 + image: docker.io/postgres:13.2 imagePullPolicy: IfNotPresent ports: - name: postgres