From 5f48c6f9503fa4a135e121ded5bff90e4f3536b8 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:35:04 +0800 Subject: [PATCH] =?UTF-8?q?chore(docker/postgres-backup-local):=20update?= =?UTF-8?q?=20=E2=9E=BC=20(#1436)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kube/deploy/core/db/pg/clusters/template/dump-local.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/core/db/pg/clusters/template/dump-local.yaml b/kube/deploy/core/db/pg/clusters/template/dump-local.yaml index 85dd3889..554748fa 100644 --- a/kube/deploy/core/db/pg/clusters/template/dump-local.yaml +++ b/kube/deploy/core/db/pg/clusters/template/dump-local.yaml @@ -33,7 +33,7 @@ spec: claimName: "pg-${PG_APP_NAME}-${PG_DB_NAME}-dump-local" containers: - name: "postgres-backup" - image: "docker.io/prodrigestivill/postgres-backup-local:16@sha256:c577b0d62673d4dce0471c75d21e3e08e4e9789903f5a3fd6613c410442e9670" + image: "docker.io/prodrigestivill/postgres-backup-local:16@sha256:73f18e914cb6ffb29840b3fc5be0763f48eb1ca05f093c769ccd13982a634544" imagePullPolicy: "IfNotPresent" command: ["/backup.sh"] volumeMounts: