From 30a7e46ec64cb03309c7ecf865a7df5bf97604c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Str=C3=B6hl?= Date: Wed, 14 Feb 2024 10:23:18 +0100 Subject: [PATCH 1/3] update uba worker and sepa worker to version 11.2.0 --- values_nsodev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 243c6bf..13754d3 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -171,11 +171,11 @@ smardigo-worker: uba: enabled: true image: - version: 10.7.0 + version: 11.2.0 sepa: enabled: true image: - version: 10.3.0 + version: 11.2.0 ocr: enabled: true image: From e7b1bc4b131e39e62c1a5b77dbdddb2d4d23ee26 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Thu, 15 Feb 2024 12:34:40 +0100 Subject: [PATCH 2/3] MOB-958: increase readtimeout for ocr-worker --- Chart.yaml | 2 +- values_nsodev.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 72243dc..add162d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -34,7 +34,7 @@ dependencies: version: 0.1.60 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-worker - version: 0.1.48 + version: 0.1.49 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-wordpress version: 0.1.41 diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 13754d3..be35e3b 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -182,6 +182,10 @@ smardigo-worker: version: 11.1.2 task: maxTasks: 3 + smardigo: + workflow: + readTimeout: 30000 + wordpressInitializer: enabled: true image: From 6ea5f4460919d4129cff491acc58ab6cc916223e Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Thu, 15 Feb 2024 12:43:13 +0100 Subject: [PATCH 3/3] MOB-958: increase readtimeout for ocr-worker --- values_cusprod.yaml | 3 +++ values_cusqa.yaml | 3 +++ values_nsodev.yaml | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index a9e896d..a11f89d 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -176,6 +176,9 @@ smardigo-worker: cpu: "1.5" requests: cpu: "1" + smardigo: + workflow: + readTimeout: 30000 wordpressInitializer: enabled: true image: diff --git a/values_cusqa.yaml b/values_cusqa.yaml index 33f3152..3c53650 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -179,6 +179,9 @@ smardigo-worker: version: 11.1.2 task: maxTasks: 3 + smardigo: + workflow: + readTimeout: 30000 wordpressInitializer: enabled: true image: diff --git a/values_nsodev.yaml b/values_nsodev.yaml index be35e3b..e5b8cbc 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -185,7 +185,6 @@ smardigo-worker: smardigo: workflow: readTimeout: 30000 - wordpressInitializer: enabled: true image: