Skip to content

Commit

Permalink
Merge pull request konflux-ci#846 from MartinBasti/fbc-validate-allow…
Browse files Browse the repository at this point in the history
…e-rhel9-image

fix(STONEINTG-821): allow ose-operator-registry-rhel9
  • Loading branch information
MartinBasti authored Feb 28, 2024
2 parents 0de8a35 + 1019cf4 commit 937bd16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion task/fbc-validation/0.1/fbc-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ spec:
source /utils.sh
trap 'handle_error $(results.TEST_OUTPUT.path)' EXIT
declare -a ALLOWED_BASE_IMAGES=("registry.redhat.io/openshift4/ose-operator-registry")
declare -a ALLOWED_BASE_IMAGES=(
"registry.redhat.io/openshift4/ose-operator-registry"
"registry.redhat.io/openshift4/ose-operator-registry-rhel9"
)
### FBC base image check
if [ -z "${BASE_IMAGE}" ]; then
Expand Down

0 comments on commit 937bd16

Please sign in to comment.