File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ metadata:
1818 features.operators.openshift.io/cnf : " false"
1919 features.operators.openshift.io/cni : " false"
2020 features.operators.openshift.io/csi : " false"
21- olm.skipRange : ' >=1.9.0 <25.3.4 '
21+ olm.skipRange : ' >=1.9.0 <25.10.0 '
2222 alm-examples : |-
2323 [
2424 {
@@ -193,7 +193,7 @@ metadata:
193193 provider : NVIDIA
194194 repository : http://github.com/NVIDIA/gpu-operator
195195 support : NVIDIA
196- name : gpu-operator-certified.v25.3.4
196+ name : gpu-operator-certified.v25.10.0
197197 namespace : placeholder
198198spec :
199199 apiservicedefinitions : {}
@@ -978,5 +978,5 @@ spec:
978978 maturity : stable
979979 provider :
980980 name : NVIDIA Corporation
981- version : 25.3.4
982- replaces : gpu-operator-certified.v25.3.3
981+ version : 25.10.0
982+ replaces : gpu-operator-certified.v25.3.4
Original file line number Diff line number Diff line change 11annotations :
2- operators.operatorframework.io.bundle.channels.v1 : stable,v25.3
3- operators.operatorframework.io.bundle.channel.default.v1 : v25.3
2+ operators.operatorframework.io.bundle.channels.v1 : stable,v25.10
3+ operators.operatorframework.io.bundle.channel.default.v1 : v25.10
44 operators.operatorframework.io.bundle.manifests.v1 : manifests/
55 operators.operatorframework.io.bundle.mediatype.v1 : registry+v1
66 operators.operatorframework.io.bundle.metadata.v1 : metadata/
Original file line number Diff line number Diff line change 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 ?= v25.3.4
20+ VERSION ?= v25.10.0
2121
2222GOLANG_VERSION ?= 1.25.2
2323
You can’t perform that action at this time.
0 commit comments