diff --git a/ci/check-params-env.sh b/ci/check-params-env.sh index 4a72585c1..fdd0835dd 100755 --- a/ci/check-params-env.sh +++ b/ci/check-params-env.sh @@ -129,15 +129,13 @@ function check_image_variable_matches_name_and_commitref() { ;; odh-habana-notebook-image-n) expected_name="odh-notebook-habana-jupyter-1.13.0-ubi8-python-3.8" - # expected_commitref="2024a" - expected_commitref="main" - expected_build_name="habana-jupyter-1.13.0-ubi8-python-3.8" + expected_commitref="2024a" + expected_build_name="habana-jupyter-1.13.0-ubi8-python-3.8-amd64" ;; odh-habana-notebook-image-n-1) expected_name="odh-notebook-habana-jupyter-1.10.0-ubi8-python-3.8" - # expected_commitref="2024a" - expected_commitref="main" - expected_build_name="habana-jupyter-1.10.0-ubi8-python-3.8" + expected_commitref="2023b" + expected_build_name="habana-jupyter-1.10.0-ubi8-python-3.8-amd64" ;; odh-codeserver-notebook-image-n) expected_name="odh-notebook-code-server-ubi9-python-3.9"