diff --git a/Makefile b/Makefile index 4cfdcde2..73133c5b 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ IMAGE_NAME?=network-operator CONTROLLER_IMAGE=$(REGISTRY)/$(IMAGE_NAME) IMAGE_BUILD_OPTS?= BUNDLE_IMG?=network-operator-bundle:$(VERSION) -BUNDLE_OCP_VERSIONS=v4.14-v4.16 +BUNDLE_OCP_VERSIONS=v4.14-v4.17 # BUNDLE_GEN_FLAGS are the flags passed to the operator-sdk generate bundle command BUNDLE_GEN_FLAGS ?= -q --overwrite --version $(VERSION) $(BUNDLE_METADATA_OPTS) BUILD_ARCH= amd64 arm64 diff --git a/bundle/manifests/nvidia-network-operator.clusterserviceversion.yaml b/bundle/manifests/nvidia-network-operator.clusterserviceversion.yaml index 0e52b12b..359daf1c 100644 --- a/bundle/manifests/nvidia-network-operator.clusterserviceversion.yaml +++ b/bundle/manifests/nvidia-network-operator.clusterserviceversion.yaml @@ -89,7 +89,7 @@ metadata: } ] capabilities: Basic Install - createdAt: "2025-01-02T22:38:39Z" + createdAt: "2025-01-05T08:32:23Z" description: Deploy and manage NVIDIA networking resources in Kubernetes features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "true" diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 1b557142..6bd11a43 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -13,4 +13,4 @@ annotations: # Annotations for testing. operators.operatorframework.io.test.mediatype.v1: scorecard+v1 operators.operatorframework.io.test.config.v1: tests/scorecard/ - com.redhat.openshift.versions: v4.14-v4.16 + com.redhat.openshift.versions: v4.14-v4.17