File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ metadata:
18
18
features.operators.openshift.io/cnf : " false"
19
19
features.operators.openshift.io/cni : " false"
20
20
features.operators.openshift.io/csi : " false"
21
- olm.skipRange : ' >=1.9.0 <24.6.0 '
21
+ olm.skipRange : ' >=1.9.0 <24.6.1 '
22
22
alm-examples : |-
23
23
[
24
24
{
@@ -195,7 +195,7 @@ metadata:
195
195
provider : NVIDIA
196
196
repository : http://github.com/NVIDIA/gpu-operator
197
197
support : NVIDIA
198
- name : gpu-operator-certified.v24.6.0
198
+ name : gpu-operator-certified.v24.6.1
199
199
namespace : placeholder
200
200
spec :
201
201
apiservicedefinitions : {}
@@ -917,5 +917,5 @@ spec:
917
917
maturity : stable
918
918
provider :
919
919
name : NVIDIA Corporation
920
- version : 24.6.0
921
- replaces : gpu-operator-certified.v24.3 .0
920
+ version : 24.6.1
921
+ replaces : gpu-operator-certified.v24.6 .0
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 ?= v24.6.0
20
+ VERSION ?= v24.6.1
21
21
22
22
GOLANG_VERSION ?= 1.22.5
23
23
You can’t perform that action at this time.
0 commit comments