From 7750b0acd1255c206ab7dc2736f3d5f7f2230b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Thu, 18 Jun 2026 18:05:14 +0200 Subject: [PATCH] fix(ingest): Test with dev image --- helmfile.d/ingest.yaml.gotmpl | 2 +- values/ingest/manifests/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helmfile.d/ingest.yaml.gotmpl b/helmfile.d/ingest.yaml.gotmpl index b1d2a63d..2ca99557 100644 --- a/helmfile.d/ingest.yaml.gotmpl +++ b/helmfile.d/ingest.yaml.gotmpl @@ -6,7 +6,7 @@ commonLabels: releases: - name: manifests - namespace: cron + namespace: ingest chart: manifests condition: ingest.enabled missingFileHandler: Info diff --git a/values/ingest/manifests/deployment.yaml b/values/ingest/manifests/deployment.yaml index b74eeb79..f06cd0c7 100644 --- a/values/ingest/manifests/deployment.yaml +++ b/values/ingest/manifests/deployment.yaml @@ -22,7 +22,7 @@ spec: fsGroup: 5000 containers: - name: ingest - image: git.oceanbox.io/oceanbox/churn/ingest:0.1.0 + image: git.oceanbox.io/oceanbox/churn/ingest:d77ad04a-debug imagePullPolicy: IfNotPresent env: - name: TEMPORAL_ADDRESS