Skip to content

Commit ae1ef6a

Browse files
authored
Merge pull request Mellanox#109 from nvidia-ci-cd/update-docs-for-v24.10.0-beta.2
task: update documentation for v24.10.0-beta.2
2 parents e83fb7f + 5776188 commit ae1ef6a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/common/vars.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
.. |network-operator-version| replace:: v24.10.0-beta.1
2-
.. |helm-chart-version| replace:: 24.10.0-beta.1
1+
.. |network-operator-version| replace:: v24.10.0-beta.2
2+
.. |helm-chart-version| replace:: 24.10.0-beta.2
33
.. |ocp-channel| replace:: v24.10
44
.. |mofed-version| replace:: 24.10-0.3.2.0-0
55
.. |mofed-init-container-version| replace:: v0.0.2
66
.. |sriov-device-plugin-version| replace:: v3.7.0
77
.. |k8s-rdma-shared-dev-plugin-version| replace:: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5
8-
.. |ib-kubernetes-version| replace:: v1.0.2
8+
.. |ib-kubernetes-version| replace:: v1.1.0
99
.. |cni-plugins-version| replace:: v1.5.0
1010
.. |multus-version| replace:: v4.1.0
1111
.. |ipoib-cni-version| replace:: v1.2.0
1212
.. |whereabouts-version| replace:: v0.7.0
1313
.. |nvidia-ipam-version| replace:: v0.2.0
1414
.. |nic-feature-discovery-version| replace:: v0.0.1
15-
.. |sriovnetop-version| replace:: network-operator-24.10.0-beta.1
15+
.. |sriovnetop-version| replace:: network-operator-24.10.0-beta.2
1616
.. |sriovnetop-sriov-cni-version| replace:: v2.8.1
1717
.. |sriovnetop-ib-sriov-cni-version| replace:: v1.1.1
1818
.. |sriovnetop-sriov-device-plugin-version| replace:: v3.7.0

docs/customizations/helm.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ General Parameters
107107
- Configure node selector settings for the operator.
108108
* - operator.repository
109109
- string
110-
- `"nvcr.io/nvidia/cloud-native"`
110+
- `"nvcr.io/nvstaging/mellanox"`
111111
- Network Operator image repository.
112112
* - operator.resources
113113
- yaml
@@ -273,7 +273,7 @@ SR-IOV Network Operator Helm chart customization options can be found `here <htt
273273
-
274274
* - sriov-network-operator.images.operator
275275
- string
276-
- `"nvcr.io/nvidia/mellanox/sriov-network-operator:network-operator-24.7.0"`
276+
- `"nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-24.10.0-beta.2"`
277277
-
278278
* - sriov-network-operator.images.ovsCni
279279
- string
@@ -289,15 +289,15 @@ SR-IOV Network Operator Helm chart customization options can be found `here <htt
289289
-
290290
* - sriov-network-operator.images.sriovConfigDaemon
291291
- string
292-
- `"nvcr.io/nvidia/mellanox/sriov-network-operator-config-daemon:network-operator-24.7.0"`
292+
- `"nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.10.0-beta.2"`
293293
-
294294
* - sriov-network-operator.images.sriovDevicePlugin
295295
- string
296296
- `"ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.7.0"`
297297
-
298298
* - sriov-network-operator.images.webhook
299299
- string
300-
- `"nvcr.io/nvidia/mellanox/sriov-network-operator-webhook:network-operator-24.7.0"`
300+
- `"nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.10.0-beta.2"`
301301
-
302302
* - sriov-network-operator.operator.admissionControllers
303303
- yaml
@@ -469,7 +469,7 @@ For example:
469469
- Private mirror repository configuration.
470470
* - ofedDriver.repository
471471
- string
472-
- `"nvcr.io/nvidia/mellanox"`
472+
- `"nvcr.io/nvstaging/mellanox"`
473473
- NVIDIA DOCA Driver image repository.
474474
* - ofedDriver.startupProbe.initialDelaySeconds
475475
- int
@@ -540,7 +540,7 @@ For example:
540540
-
541541
* - ofedDriver.version
542542
- string
543-
- `"24.07-0.6.1.0-0"`
543+
- `"24.10-0.3.2.0-0"`
544544
- NVIDIA DOCA Driver version.
545545

546546
===============================================
@@ -637,7 +637,7 @@ RDMA Shared Device Plugin
637637
- Enable Container Device Interface (CDI) mode. **NOTE**: NVIDIA Network Operator does not configure container runtime to enable CDI.
638638
* - rdmaSharedDevicePlugin.version
639639
- string
640-
- `"v1.5.1"`
640+
- `"sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5"`
641641
- RDMA shared device plugin version.
642642

643643
==========================================
@@ -762,7 +762,7 @@ ib-kubernetes provides a daemon that works in conjunction with the `SR-IOV Netwo
762762
- Name of the Secret with the NVIDIA UFM access credentials, deployed in advance.
763763
* - ibKubernetes.version
764764
- string
765-
- `"v1.0.2"`
765+
- `"v1.1.0"`
766766
- IB Kubernetes version.
767767

768768
==========
@@ -911,7 +911,7 @@ Specifies components to deploy in order to facilitate a secondary network in Kub
911911
- Multus image repository.
912912
* - secondaryNetwork.multus.version
913913
- string
914-
- `"v3.9.3"`
914+
- `"v4.1.0"`
915915
- Multus image version.
916916

917917
============================

0 commit comments

Comments
 (0)