Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1080 from pohly/run-bundle-image-version
Browse files Browse the repository at this point in the history
test: workaround operator-sdk image pinning
  • Loading branch information
pohly authored Aug 5, 2022
2 parents 7755299 + 9b69124 commit f71ef58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/start-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ function deploy_using_olm() {
fi

# Deploy the operator
# Pinning the image is a workaround for https://github.com/operator-framework/operator-registry/issues/984.
${BINDIR}/operator-sdk run bundle${upgrade} ${NAMESPACE} --timeout 5m ${TEST_LOCAL_REGISTRY}/pmem-csi-bundle:v${BUNDLE_VERSION} \
--index-image=quay.io/operator-framework/opm:v1.23.0 \
$(if ${TEST_LOCAL_REGISTRY_SKIP_TLS}; then echo '--skip-tls'; fi)
}

Expand Down

0 comments on commit f71ef58

Please sign in to comment.