Update docker.io/postgres Docker tag to v13.9
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-11-11 17:43:48 +00:00
parent 5668ebe309
commit f7df466ebd
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.9
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.9
imagePullPolicy: IfNotPresent
ports:
- name: postgres