Compare commits

..

No commits in common. "8dab1e15ac31c0db1f460a5946bd08bf7449f5e1" and "0177679162c1147391fce41e9fe7a30b0f14c448" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ spec:
initContainers:
- name: postgres-dump-init
image: bitnami/postgresql:16.3.0-debian-12-r14@sha256:cc55da2fa3660b5c97539cd050ac676c452e02693e1ed2e742f9e7bf07784755
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: