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"