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 @@ -56,6 +56,8 @@ export NAMESPACE=openshift-file-integrity
5656# ======================
5757SDK_BIN? =
5858SDK_VERSION? =1.15.0
59+ # Ideally this should align with SDK_VERSION, but for now it needs to be newer.
60+ OPM_VERSION? =1.20.0
5961
6062# Test variables
6163# ==============
@@ -243,7 +245,7 @@ ifeq (,$(shell which opm 2>/dev/null))
243245 @{ \
244246 set -e ;\
245247 OS=$(shell go env GOOS) && ARCH=$(shell go env GOARCH) && \
246- curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v$(SDK_VERSION )/$${OS}-$${ARCH}-opm ;\
248+ curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v$(OPM_VERSION )/$${OS}-$${ARCH}-opm ;\
247249 chmod +x $(OPM) ;\
248250 }
249251else
You can’t perform that action at this time.
0 commit comments