diff --git a/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml b/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml index e35428913..4b92a843b 100644 --- a/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml +++ b/bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml @@ -18,7 +18,7 @@ metadata: features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" - olm.skipRange: '>=1.9.0 <23.9.2' + olm.skipRange: '>=1.9.0 <24.3.0' alm-examples: |- [ { @@ -195,7 +195,7 @@ metadata: provider: NVIDIA repository: http://github.com/NVIDIA/gpu-operator support: NVIDIA - name: gpu-operator-certified.v23.9.2 + name: gpu-operator-certified.v24.3.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -952,5 +952,5 @@ spec: maturity: stable provider: name: NVIDIA Corporation - version: 23.9.2 - replaces: gpu-operator-certified.v23.9.1 + version: 24.3.0 + replaces: gpu-operator-certified.v23.9.2 diff --git a/versions.mk b/versions.mk index eb869b9b4..d0fc913be 100644 --- a/versions.mk +++ b/versions.mk @@ -17,7 +17,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= v23.9.2 +VERSION ?= v24.3.0 CUDA_VERSION ?= 12.4.1 GOLANG_VERSION ?= 1.22.2