We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95e7ca5 + 8cc32cc commit 2099e0fCopy full SHA for 2099e0f
Makefile
@@ -49,7 +49,7 @@ IMAGE_NAME?=network-operator
49
CONTROLLER_IMAGE=$(REGISTRY)/$(IMAGE_NAME)
50
IMAGE_BUILD_OPTS?=
51
BUNDLE_IMG?=network-operator-bundle:$(VERSION)
52
-BUNDLE_OCP_VERSIONS=v4.14-v4.17
+BUNDLE_OCP_VERSIONS=v4.14-v4.18
53
# BUNDLE_GEN_FLAGS are the flags passed to the operator-sdk generate bundle command
54
BUNDLE_GEN_FLAGS ?= -q --overwrite --version $(VERSION) $(BUNDLE_METADATA_OPTS)
55
BUILD_ARCH= amd64 arm64
0 commit comments