From 315cf36099e55b1bbcc60a541dea28087a4beff4 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:14:21 +0000 Subject: [PATCH] =?UTF-8?q?chore(oci/postgres-backup-local):=20update=2016?= =?UTF-8?q?=20=E2=9E=BC=20e7182c0=20-=20template=20(#1489)?= 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 554748fa..0f4bf358 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:73f18e914cb6ffb29840b3fc5be0763f48eb1ca05f093c769ccd13982a634544" + image: "docker.io/prodrigestivill/postgres-backup-local:16@sha256:e7182c0dac78540405e954597fcb3f4cfa67955d5df008152ab41ce166fe6014" imagePullPolicy: "IfNotPresent" command: ["/backup.sh"] volumeMounts: