From 7a9b133b2841bcf7d80f6d1eaf52d9635e140275 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:43:52 +0000 Subject: [PATCH] =?UTF-8?q?feat(container)!:=20Update=20image=20docker.io/?= =?UTF-8?q?prodrigestivill/postgres-backup-local=20(=2017=20=E2=86=92=2018?= =?UTF-8?q?=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ----------------------------------------------- | ---- | -- | | docker | docker.io/prodrigestivill/postgres-backup-local | 17 | 18 | Signed-off-by: Roger Rumao --- infrastructure/cloudnative-pg/templates/custom-backup-cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/cloudnative-pg/templates/custom-backup-cron.yaml b/infrastructure/cloudnative-pg/templates/custom-backup-cron.yaml index 7b16af0ef..505f6da49 100644 --- a/infrastructure/cloudnative-pg/templates/custom-backup-cron.yaml +++ b/infrastructure/cloudnative-pg/templates/custom-backup-cron.yaml @@ -21,7 +21,7 @@ spec: containers: - name: postgres-backup - image: docker.io/prodrigestivill/postgres-backup-local:17 + image: docker.io/prodrigestivill/postgres-backup-local:18 imagePullPolicy: IfNotPresent command: - "/backup.sh"