Skip to content

Commit 55d1402

Browse files
committed
Update make target for OPM
This updates make target for OPM version, the version variable should not be used here as this is a operator version
1 parent af6e8f1 commit 55d1402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export NAMESPACE=openshift-file-integrity
6060
SDK_BIN?=
6161
SDK_VERSION?=1.27.0
6262
# Ideally this should align with SDK_VERSION, but for now it needs to be newer.
63-
OPM_VERSION?=$(VERSION)
63+
OPM_VERSION?=1.26.5
6464

6565
# Test variables
6666
# ==============

0 commit comments

Comments
 (0)