From 543f7e3a12582520cad34440aa8e82361173ad83 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Jun 2024 09:51:40 +0000 Subject: [PATCH] chore(deps): update bitnami/postgresql docker tag to v15.7.0-debian-12-r9 --- apps/gitea/restic/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gitea/restic/cronjob.yaml b/apps/gitea/restic/cronjob.yaml index bd56ef7..d482083 100644 --- a/apps/gitea/restic/cronjob.yaml +++ b/apps/gitea/restic/cronjob.yaml @@ -26,7 +26,7 @@ spec: initContainers: - name: postgres-dump-init - image: bitnami/postgresql:15.7.0-debian-12-r8@sha256:ce7a7ffc45d22300de66499daea425e4447cb83445314d2a5ef1804c10e8d146 + image: bitnami/postgresql:15.7.0-debian-12-r9@sha256:69e36cb64324418ce1933cea03a94b8774356d91ea53644db19469ba1383d614 command: ["/bin/sh", "-c"] args: ["pg_dump -h gitea-postgresql -p 5432 -U gitea gitea -Fc > /backup/postgres_backup.dump"] env: