Skip to content

Commit 9df0db1

Browse files
committed
task: update documentation for v24.10.0-beta.3
1 parent a1faa5a commit 9df0db1

File tree

3 files changed

+37
-9
lines changed

3 files changed

+37
-9
lines changed

docs/common/vars.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. |network-operator-version| replace:: v24.10.0-beta.2
2-
.. |helm-chart-version| replace:: 24.10.0-beta.2
1+
.. |network-operator-version| replace:: v24.10.0-beta.3
2+
.. |helm-chart-version| replace:: 24.10.0-beta.3
33
.. |ocp-channel| replace:: v24.10
4-
.. |mofed-version| replace:: 24.10-0.3.2.0-0
4+
.. |mofed-version| replace:: 24.10-0.4.6.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
@@ -12,7 +12,7 @@
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.2
15+
.. |sriovnetop-version| replace:: network-operator-24.10.0-beta.3
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/crds.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Network Operator API reference v1alpha1
33

44
Packages:
55

6-
- :ref:`mellanox.com/v1alpha1 <mellanox.com/v1alpha1>`
6+
- :ref:`mellanox.com/v1alpha1 <mellanox.com/v1alpha1>`
77

88
.. _mellanox.com/v1alpha1:
99

docs/customizations/helm.rst

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,34 @@ General Parameters
5858
- bool
5959
- `true`
6060
- Deploy Node Feature Discovery operator.
61+
* - nic-configuration-operator-chart.configDaemon.image.name
62+
- string
63+
- `"nic-configuration-operator-daemon"`
64+
-
65+
* - nic-configuration-operator-chart.configDaemon.image.repository
66+
- string
67+
- `"ghcr.io/mellanox"`
68+
-
69+
* - nic-configuration-operator-chart.configDaemon.image.tag
70+
- string
71+
- `"v0.1.1"`
72+
-
73+
* - nic-configuration-operator-chart.operator.image.name
74+
- string
75+
- `"nic-configuration-operator"`
76+
-
77+
* - nic-configuration-operator-chart.operator.image.repository
78+
- string
79+
- `"ghcr.io/mellanox"`
80+
-
81+
* - nic-configuration-operator-chart.operator.image.tag
82+
- string
83+
- `"v0.1.1"`
84+
-
85+
* - nicConfigurationOperator.enabled
86+
- bool
87+
- `false`
88+
- Deploy NIC Configuration Operator.
6189
* - operator.admissionController.enabled
6290
- bool
6391
- `false`
@@ -273,7 +301,7 @@ SR-IOV Network Operator Helm chart customization options can be found `here <htt
273301
-
274302
* - sriov-network-operator.images.operator
275303
- string
276-
- `"nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-24.10.0-beta.2"`
304+
- `"nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-24.10.0-beta.3"`
277305
-
278306
* - sriov-network-operator.images.ovsCni
279307
- string
@@ -289,15 +317,15 @@ SR-IOV Network Operator Helm chart customization options can be found `here <htt
289317
-
290318
* - sriov-network-operator.images.sriovConfigDaemon
291319
- string
292-
- `"nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.10.0-beta.2"`
320+
- `"nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.10.0-beta.3"`
293321
-
294322
* - sriov-network-operator.images.sriovDevicePlugin
295323
- string
296324
- `"ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.7.0"`
297325
-
298326
* - sriov-network-operator.images.webhook
299327
- string
300-
- `"nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.10.0-beta.2"`
328+
- `"nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.10.0-beta.3"`
301329
-
302330
* - sriov-network-operator.operator.admissionControllers
303331
- yaml
@@ -540,7 +568,7 @@ For example:
540568
-
541569
* - ofedDriver.version
542570
- string
543-
- `"24.10-0.3.2.0-0"`
571+
- `"24.10-0.4.6.0-0"`
544572
- NVIDIA DOCA Driver version.
545573

546574
===============================================

0 commit comments

Comments
 (0)