Skip to content

Commit

Permalink
Merge pull request #257 from wheelerlaw/CVP-2382_update-operator-sdk
Browse files Browse the repository at this point in the history
Update the operator sdk to 1.13.1
  • Loading branch information
wheelerlaw authored Oct 14, 2021
2 parents 05c3232 + 5d167c7 commit ceaf9f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.fedoraproject.org/fedora:33
WORKDIR /project
ARG OPERATOR_SDK_VERSION=v1.9.0
ARG OPERATOR_SDK_VERSION=v1.13.1
RUN export ARCH=$(case $(arch) in x86_64) echo -n amd64 ;; aarch64) echo -n arm64 ;; *) echo -n $(arch) ;; esac);\
export OS=$(uname | awk '{print tolower($0)}');\
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/$OPERATOR_SDK_VERSION/;\
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/midstream/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.fedoraproject.org/fedora:33
ARG OPERATOR_SDK_VERSION=v1.9.0
ARG OPERATOR_SDK_VERSION=v1.13.1
ARG UMOCI_VERSION=v0.4.5
ENV ANSIBLE_CONFIG=/project/operator-test-playbooks/Dockerfiles/midstream/
ENV ANSIBLE_LOCAL_TEMP=/tmp/
Expand Down
2 changes: 1 addition & 1 deletion roles/install_operator_prereqs/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
testing_bin_path: /tmp/cvp/bin
operator_sdk_version: v1.9.0
operator_sdk_version: v1.13.1
oc_version: 4.4.13 # The catalog initialization test requires oc v4.4+
operator_courier_version: 2.1.9
go_version: 1.13.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ metadata:
stages:
- parallel: true
tests:
- image: quay.io/operator-framework/scorecard-test:v1.9.0
- image: quay.io/operator-framework/scorecard-test:v1.13.1
entrypoint:
- scorecard-test
- basic-check-spec
labels:
suite: basic
test: basic-check-spec-test
- image: quay.io/operator-framework/scorecard-test:v1.9.0
- image: quay.io/operator-framework/scorecard-test:v1.13.1
entrypoint:
- scorecard-test
- olm-bundle-validation
Expand Down
2 changes: 1 addition & 1 deletion upstream/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
offline_cataloger_bin_path: "offline-cataloger"
kind_version: v0.9.0
kind_kube_version: v1.21.1
operator_sdk_version: v1.8.0
operator_sdk_version: v1.13.1
operator_courier_version: 2.1.11
olm_version: 0.17.0
opm_version: v1.17.0
Expand Down

0 comments on commit ceaf9f0

Please sign in to comment.