From 7bfd11186fa8511bb06e01d981a51503b8e79786 Mon Sep 17 00:00:00 2001 From: atheo89 Date: Thu, 31 Jul 2025 11:27:55 +0200 Subject: [PATCH] Update Image name retrived field to fix the params-validator --- ci/check-params-env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/check-params-env.sh b/ci/check-params-env.sh index 321ea1ea69..39ee86370e 100755 --- a/ci/check-params-env.sh +++ b/ci/check-params-env.sh @@ -242,7 +242,7 @@ function check_image_variable_matches_name_and_commitref_and_size() { odh-workbench-rstudio-minimal-cpu-py311-c9s-n) expected_name="odh-notebook-rstudio-server-c9s-python-3.11" expected_commitref="main" - expected_build_name="rstudio-c9s-python-3.11-amd64" + expected_build_name="konflux" expected_img_size=1377 ;; odh-workbench-rstudio-minimal-cpu-py311-c9s-n-1) @@ -257,7 +257,7 @@ function check_image_variable_matches_name_and_commitref_and_size() { odh-workbench-rstudio-minimal-cuda-py311-c9s-n) expected_name="odh-notebook-rstudio-server-cuda-c9s-python-3.11" expected_commitref="main" - expected_build_name="cuda-rstudio-c9s-python-3.11-amd64" + expected_build_name="konflux" expected_img_size=6541 ;; odh-workbench-rstudio-minimal-cuda-py311-c9s-n-1)