diff --git a/apps/gitea/restic/cronjob.yaml b/apps/gitea/restic/cronjob.yaml index e401e93..bd56ef7 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:15.7.0-debian-12-r8@sha256:ce7a7ffc45d22300de66499daea425e4447cb83445314d2a5ef1804c10e8d146 command: ["/bin/sh", "-c"] args: ["pg_dump -h gitea-postgresql -p 5432 -U gitea gitea -Fc > /backup/postgres_backup.dump"] env: