From 17ecfce48c7cbd803d94184635f0b688094d2e4d Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Tue, 19 May 2026 12:34:05 +0200 Subject: [PATCH] fix(argo): training-runtime image is named foxhunt-training-runtime Working alpha-perception-template references `foxhunt/foxhunt-training-runtime:latest`. Our lob-backtest-sweep template stripped the `foxhunt-` prefix and got 404 from the registry on run-cell + aggregate steps. Co-Authored-By: Claude Opus 4.7 (1M context) --- infra/k8s/argo/lob-backtest-sweep-template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/k8s/argo/lob-backtest-sweep-template.yaml b/infra/k8s/argo/lob-backtest-sweep-template.yaml index 2c8c3d284..bce06ef60 100644 --- a/infra/k8s/argo/lob-backtest-sweep-template.yaml +++ b/infra/k8s/argo/lob-backtest-sweep-template.yaml @@ -254,7 +254,7 @@ spec: operator: Exists effect: NoSchedule container: - image: gitlab-registry.foxhunt.svc.cluster.local:5000/root/foxhunt/training-runtime:latest + image: gitlab-registry.foxhunt.svc.cluster.local:5000/root/foxhunt/foxhunt-training-runtime:latest imagePullPolicy: Always command: ["/bin/bash", "-c"] resources: @@ -315,7 +315,7 @@ spec: operator: Exists effect: NoSchedule container: - image: gitlab-registry.foxhunt.svc.cluster.local:5000/root/foxhunt/training-runtime:latest + image: gitlab-registry.foxhunt.svc.cluster.local:5000/root/foxhunt/foxhunt-training-runtime:latest imagePullPolicy: Always command: ["/bin/bash", "-c"] resources: