Update docker.io/postgres Docker tag to v13.10
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Renovate Bot 2023-03-13 18:44:57 +00:00
parent 4df63a8508
commit 05d2c26b2f
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.8
image: docker.io/postgres:13.10
imagePullPolicy: IfNotPresent
ports:
- name: postgres

View file

@ -20,7 +20,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: postgres
image: docker.io/postgres:13.8
image: docker.io/postgres:13.10
imagePullPolicy: IfNotPresent
ports:
- name: postgres