From de587052c237d3eea271fa807aed9f77dc7f2475 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 11 Jun 2026 15:51:38 +0300 Subject: [PATCH] Use pg sanitizer image 0.1.4 --- infrastructure/pg-sanitizer/base/workflowtemplate.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infrastructure/pg-sanitizer/base/workflowtemplate.yaml b/infrastructure/pg-sanitizer/base/workflowtemplate.yaml index bb63363..a1175d0 100644 --- a/infrastructure/pg-sanitizer/base/workflowtemplate.yaml +++ b/infrastructure/pg-sanitizer/base/workflowtemplate.yaml @@ -68,7 +68,7 @@ spec: value: sts effect: NoSchedule container: - image: cr.yandex/crp3ccidau046kdj8g9q/yc-pg-sanitizer:0.1.3 + image: cr.yandex/crp3ccidau046kdj8g9q/yc-pg-sanitizer:0.1.4 imagePullPolicy: IfNotPresent command: - /usr/local/bin/company_sanitize_from_s3.sh @@ -101,6 +101,8 @@ spec: value: 2GB - name: DB_TEMP_BUFFERS value: 256MB + - name: RESTORE_VALIDATION_STRICT + value: "false" - name: DB_ITEMS value: "{{workflow.parameters.db_items}}" - name: WORK_ROOT