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

This commit is contained in:
Renovate Bot 2023-03-16 18:44:57 +00:00
parent a2c32caa57
commit 7109b7f12f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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