From e7713ce917463f81c4f9c8e0461b4a15ad4cdefe Mon Sep 17 00:00:00 2001 From: Jakub Hadvig Date: Thu, 22 Jan 2026 17:49:54 +0100 Subject: [PATCH] NO-JIRA: change build_root --- .ci-operator.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index b5c3b86c..2cf3e07b 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: - name: nodejs-18 - namespace: openshift - tag: latest \ No newline at end of file + name: console-plugin-test-cypress + namespace: ci + tag: node22 \ No newline at end of file