File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
install_operator_prereqs/defaults
operator_bundle_scorecard_tests/files Expand file tree Collapse file tree 5 files changed +6
-6
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.9.0
3+ ARG OPERATOR_SDK_VERSION=v1.13.1
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 11FROM registry.fedoraproject.org/fedora:33
2- ARG OPERATOR_SDK_VERSION=v1.9.0
2+ ARG OPERATOR_SDK_VERSION=v1.13.1
33ARG UMOCI_VERSION=v0.4.5
44ENV ANSIBLE_CONFIG=/project/operator-test-playbooks/Dockerfiles/midstream/
55ENV ANSIBLE_LOCAL_TEMP=/tmp/
Original file line number Diff line number Diff line change 11---
22testing_bin_path : /tmp/cvp/bin
3- operator_sdk_version : v1.9.0
3+ operator_sdk_version : v1.13.1
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:v1.9.0
10+ - image : quay.io/operator-framework/scorecard-test:v1.13.1
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:v1.9.0
17+ - image : quay.io/operator-framework/scorecard-test:v1.13.1
1818 entrypoint :
1919 - scorecard-test
2020 - olm-bundle-validation
Original file line number Diff line number Diff line change 3434 offline_cataloger_bin_path : " offline-cataloger"
3535 kind_version : v0.9.0
3636 kind_kube_version : v1.21.1
37- operator_sdk_version : v1.8.0
37+ operator_sdk_version : v1.13.1
3838 operator_courier_version : 2.1.11
3939 olm_version : 0.17.0
4040 opm_version : v1.17.0
You can’t perform that action at this time.
0 commit comments