File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,9 @@ e2e/operator-registry: ## Run e2e registry tests
127
127
$(MAKE ) e2e WHAT=operator-registry
128
128
129
129
e2e/olm : # # Run e2e olm tests
130
- $(MAKE ) e2e WHAT=operator-lifecycle-manager E2E_CATALOG_NS=openshift-marketplace E2E_INSTALL_NS=openshift-operator-lifecycle-manager E2E_TEST_NS=openshift-operators E2E_TIMEOUT=120m KUBECTL=oc
130
+ # the operator-registry version is pinned to v1.39.0 - later versions are not compatible with 4.12
131
+ # this is important for a few tests would rely on :latest
132
+ $(MAKE ) e2e OPERATOR_REGISTRY_TAG=v1.39.0 WHAT=operator-lifecycle-manager E2E_CATALOG_NS=openshift-marketplace E2E_INSTALL_NS=openshift-operator-lifecycle-manager E2E_TEST_NS=openshift-operators E2E_TIMEOUT=120m KUBECTL=oc
131
133
132
134
.PHONY : update-plugin-deps
133
135
update-plugin-deps :
You can’t perform that action at this time.
0 commit comments