From e023af7f8107c8267645dfdfe252ecc74f905a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 23 Jun 2026 17:15:15 +0200 Subject: [PATCH] chore(ingest): Bump to 2.3.9 --- values/ingest/manifests/workerdeployment-py.yaml | 2 +- values/ingest/manifests/workerdeployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/values/ingest/manifests/workerdeployment-py.yaml b/values/ingest/manifests/workerdeployment-py.yaml index ffd58009..96d35fb9 100644 --- a/values/ingest/manifests/workerdeployment-py.yaml +++ b/values/ingest/manifests/workerdeployment-py.yaml @@ -19,7 +19,7 @@ spec: runAsGroup: 0 containers: - name: ingest-py - image: git.oceanbox.io/oceanbox/churn/ingest-py:v2.3.7 + image: git.oceanbox.io/oceanbox/churn/ingest-py:v2.3.9 resources: requests: memory: 512Mi diff --git a/values/ingest/manifests/workerdeployment.yaml b/values/ingest/manifests/workerdeployment.yaml index eed523a4..9c17bcda 100644 --- a/values/ingest/manifests/workerdeployment.yaml +++ b/values/ingest/manifests/workerdeployment.yaml @@ -19,7 +19,7 @@ spec: runAsGroup: 0 containers: - name: ingest - image: git.oceanbox.io/oceanbox/churn/ingest:v2.3.7 + image: git.oceanbox.io/oceanbox/churn/ingest:v2.3.9 resources: requests: memory: 512Mi