Skip to content

Commit

Permalink
Bump to version v22.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdesiniotis committed Jan 27, 2023
1 parent dee4906 commit 8bbdae8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
pod-security.kubernetes.io/warn: privileged
annotations:
operators.openshift.io/infrastructure-features: '["Disconnected"]'
olm.skipRange: '>=1.9.0 <22.9.1'
olm.skipRange: '>=1.9.0 <22.9.2'
alm-examples: |-
[
{
Expand Down Expand Up @@ -143,7 +143,7 @@ metadata:
provider: NVIDIA
repository: http://github.com/NVIDIA/gpu-operator
support: NVIDIA
name: gpu-operator-certified.v22.9.0
name: gpu-operator-certified.v22.9.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -855,5 +855,5 @@ spec:
maturity: stable
provider:
name: NVIDIA Corporation
version: 22.9.0
replaces: gpu-operator-certified.v1.11.1
version: 22.9.2
replaces: gpu-operator-certified.v22.9.1
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?= v1.11.0
VERSION ?= v22.9.2

CUDA_VERSION ?= 11.8.0
GOLANG_VERSION ?= 1.19
Expand Down

0 comments on commit 8bbdae8

Please sign in to comment.