Skip to content

Commit

Permalink
chore: add ocp 4.17
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Rolland <[email protected]>
  • Loading branch information
rollandf committed Jan 5, 2025
1 parent 7224e2c commit 029de17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 029de17

Please sign in to comment.