Update docker.io/postgres Docker tag to v13.6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovate Bot 2022-02-12 17:43:31 +00:00
parent d510bfc3af
commit 8afaaa79a8
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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