From caf227d9d7964564f9bd02dcb098b9ce158cc375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Mon, 22 Jun 2026 12:36:28 +0200 Subject: [PATCH] ingest: Bump to 2.3.7 and limit to 15Gi --- values/ingest/manifests/workerdeployment-py.yaml | 4 ++-- values/ingest/manifests/workerdeployment.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/values/ingest/manifests/workerdeployment-py.yaml b/values/ingest/manifests/workerdeployment-py.yaml index 38c33568..ffd58009 100644 --- a/values/ingest/manifests/workerdeployment-py.yaml +++ b/values/ingest/manifests/workerdeployment-py.yaml @@ -19,12 +19,12 @@ spec: runAsGroup: 0 containers: - name: ingest-py - image: git.oceanbox.io/oceanbox/churn/ingest-py:v2.3.5 + image: git.oceanbox.io/oceanbox/churn/ingest-py:v2.3.7 resources: requests: memory: 512Mi limits: - memory: 10Gi + memory: 15Gi env: - name: DATA_ROOT value: /data/hdd/data diff --git a/values/ingest/manifests/workerdeployment.yaml b/values/ingest/manifests/workerdeployment.yaml index 91925d05..eed523a4 100644 --- a/values/ingest/manifests/workerdeployment.yaml +++ b/values/ingest/manifests/workerdeployment.yaml @@ -19,12 +19,12 @@ spec: runAsGroup: 0 containers: - name: ingest - image: git.oceanbox.io/oceanbox/churn/ingest:v2.3.5 + image: git.oceanbox.io/oceanbox/churn/ingest:v2.3.7 resources: requests: memory: 512Mi limits: - memory: 10Gi + memory: 15Gi env: - name: DATA_ROOT value: /data/hdd/data