diff --git a/ci/check-params-env.sh b/ci/check-params-env.sh index 32a69da8c..5d80437e7 100755 --- a/ci/check-params-env.sh +++ b/ci/check-params-env.sh @@ -25,7 +25,7 @@ PARAMS_ENV_PATH="manifests/base/params.env" # This value needs to be updated everytime we deliberately change number of the # images we want to have in the `params.env` file. -EXPECTED_NUM_RECORDS=26 +EXPECTED_NUM_RECORDS=27 # ---------------------------- DEFINED FUNCTIONS ----------------------------- # @@ -185,7 +185,7 @@ 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="release-2024a" expected_build_name="habana-jupyter-1.13.0-ubi8-python-3.8-amd64" ;; odh-habana-notebook-image-n-1)