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

This commit is contained in:
Renovate Bot 2022-10-27 16:46:26 +00:00
parent 76892ee63c
commit c53886e57c
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:15.0
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:15.0
imagePullPolicy: IfNotPresent
ports:
- name: postgres