diff --git a/test/start-operator.sh b/test/start-operator.sh index 629f1d55f..25b9983f4 100755 --- a/test/start-operator.sh +++ b/test/start-operator.sh @@ -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) }