Skip to content

Commit 2eceedb

Browse files
committed
Bump version to v23.3.0
Signed-off-by: Christopher Desiniotis <[email protected]>
1 parent 5bc0b8d commit 2eceedb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pod-security.kubernetes.io/warn: privileged
1010
annotations:
1111
operators.openshift.io/infrastructure-features: '["Disconnected"]'
12-
olm.skipRange: '>=1.9.0 <22.9.2'
12+
olm.skipRange: '>=1.9.0 <23.3.0'
1313
alm-examples: |-
1414
[
1515
{

bundle/metadata/annotations.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ annotations:
1414
operatorframework.io/suggested-namespace: nvidia-gpu-operator
1515

1616
# Annotations to specify OCP versions compatibility.
17-
com.redhat.openshift.versions: v4.9-v4.13
17+
com.redhat.openshift.versions: v4.9-v4.12

versions.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# To re-generate a bundle for another specific version without changing the standard setup, you can:
1818
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
1919
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
20-
VERSION ?= v22.9.2
20+
VERSION ?= v23.3.0
2121

2222
CUDA_VERSION ?= 12.1.0
2323
GOLANG_VERSION ?= 1.20.1

0 commit comments

Comments
 (0)