From aae78e1a446956d2fc8925fa06f04353208bcddc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Jun 2024 10:50:50 +0000 Subject: [PATCH] chore(deps): update bitnami/postgresql docker tag to v16 --- 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 e401e93..0d358b5 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-r7@sha256:fd120faed7235327592d60c901909d9d8d9e2ed170ec57f7554d5d4342bbb659 + image: bitnami/postgresql:16.3.0-debian-12-r12@sha256:9d7c8db688f0775a7fcbef547e88b31d193edc311788dcf8643780d69309800c command: ["/bin/sh", "-c"] args: ["pg_dump -h gitea-postgresql -p 5432 -U gitea gitea -Fc > /backup/postgres_backup.dump"] env: