chore(deps): update bitnami/postgresql docker tag to v16

This commit is contained in:
Renovate Bot 2024-06-07 08:04:59 +00:00
parent df0d057a30
commit aac51701e5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ spec:
initContainers:
- name: postgres-dump-init
image: bitnami/postgresql:15.7.0-debian-12-r8@sha256:ce7a7ffc45d22300de66499daea425e4447cb83445314d2a5ef1804c10e8d146
image: bitnami/postgresql:16.3.0-debian-12-r13@sha256:0638e8ca707464bd95d1b9dfaa2537b787cc8a78d02880fe4121dd483ef97b14
command: ["/bin/sh", "-c"]
args: ["pg_dump -h gitea-postgresql -p 5432 -U gitea gitea -Fc > /backup/postgres_backup.dump"]
env: