Skip to content

Commit 8cc32cc

Browse files
committed
fix: update ocp version in Makefile
Signed-off-by: Fred Rolland <[email protected]>
1 parent c0af969 commit 8cc32cc

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
@@ -49,7 +49,7 @@ IMAGE_NAME?=network-operator
4949
CONTROLLER_IMAGE=$(REGISTRY)/$(IMAGE_NAME)
5050
IMAGE_BUILD_OPTS?=
5151
BUNDLE_IMG?=network-operator-bundle:$(VERSION)
52-
BUNDLE_OCP_VERSIONS=v4.14-v4.17
52+
BUNDLE_OCP_VERSIONS=v4.14-v4.18
5353
# BUNDLE_GEN_FLAGS are the flags passed to the operator-sdk generate bundle command
5454
BUNDLE_GEN_FLAGS ?= -q --overwrite --version $(VERSION) $(BUNDLE_METADATA_OPTS)
5555
BUILD_ARCH= amd64 arm64

0 commit comments

Comments
 (0)