From e37a6a7f74a472b2087be963631227dac82ccfce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Tich=C3=A1k?= Date: Thu, 16 Jul 2026 15:52:59 +0200 Subject: [PATCH] [control-operator] use correct image in readout-test.yaml --- .../ecs-manifests/kubernetes-manifests/readout-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-operator/ecs-manifests/kubernetes-manifests/readout-test.yaml b/control-operator/ecs-manifests/kubernetes-manifests/readout-test.yaml index d9711feb..6a282c52 100644 --- a/control-operator/ecs-manifests/kubernetes-manifests/readout-test.yaml +++ b/control-operator/ecs-manifests/kubernetes-manifests/readout-test.yaml @@ -25,7 +25,7 @@ spec: supplementalGroups: [10, 1105] containers: - name: readout - image: gitlab-registry.cern.ch/aliceo2group/dockerfiles/alma9-flp-node:2 + image: gitlab-registry.cern.ch/aliceo2group/dockerfiles/alma9-flp-node/readout:1 command: ["/opt/o2/bin/o2-readout-exe"] args: ["/etc/readout/readout-cfg.ini"] securityContext: