Skip to content

Commit 4fcfe05

Browse files
authored
update EXPECTED_NUM_RECORDS in check-params-env.sh to reflect new image count after runtime image hashes were added to the list (opendatahub-io#902)
1 parent f1898fc commit 4fcfe05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/check-params-env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ PARAMS_ENV_PATH="manifests/base/params.env"
2727

2828
# This value needs to be updated everytime we deliberately change number of the
2929
# images we want to have in the `params.env` or `params-latest.env` file.
30-
EXPECTED_NUM_RECORDS=45
31-
EXPECTED_ADDI_RUNTIME_RECORDS=6
30+
EXPECTED_NUM_RECORDS=51
31+
EXPECTED_ADDI_RUNTIME_RECORDS=0
3232

3333
# Number of attempts for the skopeo tool to gather data from the repository.
3434
SKOPEO_RETRY=3

0 commit comments

Comments
 (0)