Skip to content

Commit ceaf9f0

Browse files
authored
Merge pull request #257 from wheelerlaw/CVP-2382_update-operator-sdk
Update the operator sdk to 1.13.1
2 parents 05c3232 + 5d167c7 commit ceaf9f0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.9.0
3+
ARG OPERATOR_SDK_VERSION=v1.13.1
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/;\

Dockerfiles/midstream/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM registry.fedoraproject.org/fedora:33
2-
ARG OPERATOR_SDK_VERSION=v1.9.0
2+
ARG OPERATOR_SDK_VERSION=v1.13.1
33
ARG UMOCI_VERSION=v0.4.5
44
ENV ANSIBLE_CONFIG=/project/operator-test-playbooks/Dockerfiles/midstream/
55
ENV ANSIBLE_LOCAL_TEMP=/tmp/

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.9.0
3+
operator_sdk_version: v1.13.1
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: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

upstream/local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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

0 commit comments

Comments
 (0)