Skip to content

Commit

Permalink
Update OCP bundle for v23.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kolodiazhny <ikolodiazhny@nvidia.com>
  • Loading branch information
e0ne committed Jun 21, 2023
1 parent 41b8d4a commit 4c82987
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 12 deletions.
4 changes: 2 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=nvidia-network-operator
LABEL operators.operatorframework.io.bundle.channels.v1=v23.1.0
LABEL operators.operatorframework.io.bundle.channel.default.v1=v23.1.0
LABEL operators.operatorframework.io.bundle.channels.v1=v23.5.0
LABEL operators.operatorframework.io.bundle.channel.default.v1=v23.5.0
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.22.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Expand Down
23 changes: 23 additions & 0 deletions bundle/manifests/mellanox.com_nicclusterpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,29 @@ spec:
type: object
x-kubernetes-map-type: atomic
type: object
nvIpam:
properties:
config:
description: Config for nv-ipam in JSON format
type: string
image:
pattern: '[a-zA-Z0-9\-]+'
type: string
imagePullSecrets:
items:
type: string
type: array
repository:
pattern: '[a-zA-Z0-9\.\-\/]+'
type: string
version:
pattern: '[a-zA-Z0-9\.-]+'
type: string
required:
- image
- repository
- version
type: object
nvPeerDriver:
description: NVPeerDriverSpec describes configuration options for
NV Peer Memory driver
Expand Down
Loading

0 comments on commit 4c82987

Please sign in to comment.