From 2b6fbe45cd28d6c3a0b4e916a235cbaf1a4443f8 Mon Sep 17 00:00:00 2001 From: "feisar-bot[bot]" <98277827+feisar-bot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 12:39:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker.io/prodrig?= =?UTF-8?q?estivill/postgres-backup-local=20(=2073f18e9=20=E2=86=92=20e718?= =?UTF-8?q?2c0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/database/crunchy-postgres-operator/cluster/pgdump.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/database/crunchy-postgres-operator/cluster/pgdump.yaml b/kubernetes/apps/database/crunchy-postgres-operator/cluster/pgdump.yaml index 750fe9fef..467f852f9 100644 --- a/kubernetes/apps/database/crunchy-postgres-operator/cluster/pgdump.yaml +++ b/kubernetes/apps/database/crunchy-postgres-operator/cluster/pgdump.yaml @@ -31,7 +31,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: