File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
install_operator_prereqs/defaults
operator_bundle_scorecard_tests/files Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM registry.fedoraproject.org/fedora:33
22WORKDIR /project
3- ARG OPERATOR_SDK_VERSION=v1.4 .0
3+ ARG OPERATOR_SDK_VERSION=v1.9 .0
44RUN export ARCH=$(case $(arch) in x86_64) echo -n amd64 ;; aarch64) echo -n arm64 ;; *) echo -n $(arch) ;; esac);\
55 export OS=$(uname | awk '{print tolower($0)}' );\
66 export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/$OPERATOR_SDK_VERSION/;\
Original file line number Diff line number Diff line change 11---
22testing_bin_path : /tmp/cvp/bin
3- operator_sdk_version : v1.3 .0
3+ operator_sdk_version : v1.9 .0
44oc_version : 4.4.13 # The catalog initialization test requires oc v4.4+
55operator_courier_version : 2.1.9
66go_version : 1.13.7
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ metadata:
77stages :
88 - parallel : true
99 tests :
10- - image : quay.io/operator-framework/scorecard-test:latest
10+ - image : quay.io/operator-framework/scorecard-test:v1.9.0
1111 entrypoint :
1212 - scorecard-test
1313 - basic-check-spec
1414 labels :
1515 suite : basic
1616 test : basic-check-spec-test
17- - image : quay.io/operator-framework/scorecard-test:latest
17+ - image : quay.io/operator-framework/scorecard-test:v1.9.0
1818 entrypoint :
1919 - scorecard-test
2020 - olm-bundle-validation
You can’t perform that action at this time.
0 commit comments