Skip to content

Commit

Permalink
Merge branch 'cpick-olm-23.9.0' into 'release-23.9'
Browse files Browse the repository at this point in the history
[release-23.9.0] prepare the OLM bundle for the next release

See merge request nvidia/kubernetes/gpu-operator!914
  • Loading branch information
tariq1890 committed Oct 20, 2023
2 parents 2edf37b + 05045d2 commit 762213f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 <23.6.0'
olm.skipRange: '>=1.9.0 <23.6.1'
alm-examples: |-
[
{
Expand Down Expand Up @@ -170,7 +170,7 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.4.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
operatorframework.io/suggested-namespace: nvidia-gpu-operator
capabilities: Basic Install
capabilities: Deep Insights
categories: AI/Machine Learning, OpenShift Optional
certified: "true"
containerImage: registry.gitlab.com/nvidia/kubernetes/gpu-operator/staging/gpu-operator:master-latest-ubi8
Expand All @@ -179,7 +179,7 @@ metadata:
provider: NVIDIA
repository: http://github.com/NVIDIA/gpu-operator
support: NVIDIA
name: gpu-operator-certified.v23.6.1
name: gpu-operator-certified.v23.9.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -952,5 +952,5 @@ spec:
maturity: stable
provider:
name: NVIDIA Corporation
version: 23.6.1
replaces: gpu-operator-certified.v23.6.0
version: 23.9.0
replaces: gpu-operator-certified.v23.6.1
4 changes: 2 additions & 2 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
annotations:
operators.operatorframework.io.bundle.channels.v1: stable,v23.6
operators.operatorframework.io.bundle.channel.default.v1: v23.6
operators.operatorframework.io.bundle.channels.v1: stable,v23.9
operators.operatorframework.io.bundle.channel.default.v1: v23.9
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.metadata.v1: metadata/
Expand Down

0 comments on commit 762213f

Please sign in to comment.