Update docker.io/postgres Docker tag to v13.4

This commit is contained in:
Renovate Bot 2021-08-24 18:42:11 +00:00
parent 886210fd32
commit ca6db7f45e

View file

@ -21,7 +21,7 @@ spec:
terminationGracePeriodSeconds: 10 terminationGracePeriodSeconds: 10
containers: containers:
- name: postgres - name: postgres
image: docker.io/postgres:13.3 image: docker.io/postgres:13.4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: postgres - name: postgres