Skip to content

Commit ae20967

Browse files
authored
Merge pull request #197 from 14rcole/bundle-operator-sdk-1.9.0
[CVP-1887] Use the v1.9.0 version of operator-sdk for operator bundle testing
2 parents 40ab6a9 + 18c682a commit ae20967

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfiles/ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.fedoraproject.org/fedora:33
22
WORKDIR /project
3-
ARG OPERATOR_SDK_VERSION=v1.4.0
3+
ARG OPERATOR_SDK_VERSION=v1.9.0
44
RUN 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/;\

roles/install_operator_prereqs/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
testing_bin_path: /tmp/cvp/bin
3-
operator_sdk_version: v1.3.0
3+
operator_sdk_version: v1.9.0
44
oc_version: 4.4.13 # The catalog initialization test requires oc v4.4+
55
operator_courier_version: 2.1.9
66
go_version: 1.13.7

roles/operator_bundle_scorecard_tests/files/scorecard-basic-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ metadata:
77
stages:
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

0 commit comments

Comments
 (0)