File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ metadata:
9
9
pod-security.kubernetes.io/warn : privileged
10
10
annotations :
11
11
operators.openshift.io/infrastructure-features : ' ["Disconnected"]'
12
- olm.skipRange : ' >=1.9.0 <23.6.0 '
12
+ olm.skipRange : ' >=1.9.0 <23.6.2 '
13
13
alm-examples : |-
14
14
[
15
15
{
@@ -147,7 +147,7 @@ metadata:
147
147
provider : NVIDIA
148
148
repository : http://github.com/NVIDIA/gpu-operator
149
149
support : NVIDIA
150
- name : gpu-operator-certified.v23.6.0
150
+ name : gpu-operator-certified.v23.6.2
151
151
namespace : placeholder
152
152
spec :
153
153
apiservicedefinitions : {}
@@ -854,5 +854,5 @@ spec:
854
854
maturity : stable
855
855
provider :
856
856
name : NVIDIA Corporation
857
- version : 23.6.0
858
- replaces : gpu-operator-certified.v23.3.2
857
+ version : 23.6.2
858
+ replaces : gpu-operator-certified.v23.6.1
Original file line number Diff line number Diff line change 17
17
# To re-generate a bundle for another specific version without changing the standard setup, you can:
18
18
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
19
19
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
20
- VERSION ?= v23.6.1
20
+ VERSION ?= v23.6.2
21
21
22
22
CUDA_VERSION ?= 12.3.1
23
23
GOLANG_VERSION ?= 1.20.1
You can’t perform that action at this time.
0 commit comments