Skip to content

Commit

Permalink
task: update documentation for v24.10.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nvidia-ci-cd committed Sep 23, 2024
1 parent e83fb7f commit 5776188
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions docs/common/vars.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
.. |network-operator-version| replace:: v24.10.0-beta.1
.. |helm-chart-version| replace:: 24.10.0-beta.1
.. |network-operator-version| replace:: v24.10.0-beta.2
.. |helm-chart-version| replace:: 24.10.0-beta.2
.. |ocp-channel| replace:: v24.10
.. |mofed-version| replace:: 24.10-0.3.2.0-0
.. |mofed-init-container-version| replace:: v0.0.2
.. |sriov-device-plugin-version| replace:: v3.7.0
.. |k8s-rdma-shared-dev-plugin-version| replace:: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5
.. |ib-kubernetes-version| replace:: v1.0.2
.. |ib-kubernetes-version| replace:: v1.1.0
.. |cni-plugins-version| replace:: v1.5.0
.. |multus-version| replace:: v4.1.0
.. |ipoib-cni-version| replace:: v1.2.0
.. |whereabouts-version| replace:: v0.7.0
.. |nvidia-ipam-version| replace:: v0.2.0
.. |nic-feature-discovery-version| replace:: v0.0.1
.. |sriovnetop-version| replace:: network-operator-24.10.0-beta.1
.. |sriovnetop-version| replace:: network-operator-24.10.0-beta.2
.. |sriovnetop-sriov-cni-version| replace:: v2.8.1
.. |sriovnetop-ib-sriov-cni-version| replace:: v1.1.1
.. |sriovnetop-sriov-device-plugin-version| replace:: v3.7.0
Expand Down
18 changes: 9 additions & 9 deletions docs/customizations/helm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ General Parameters
- Configure node selector settings for the operator.
* - operator.repository
- string
- `"nvcr.io/nvidia/cloud-native"`
- `"nvcr.io/nvstaging/mellanox"`
- Network Operator image repository.
* - operator.resources
- yaml
Expand Down Expand Up @@ -273,7 +273,7 @@ SR-IOV Network Operator Helm chart customization options can be found `here <htt
-
* - sriov-network-operator.images.operator
- string
- `"nvcr.io/nvidia/mellanox/sriov-network-operator:network-operator-24.7.0"`
- `"nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-24.10.0-beta.2"`
-
* - sriov-network-operator.images.ovsCni
- string
Expand All @@ -289,15 +289,15 @@ SR-IOV Network Operator Helm chart customization options can be found `here <htt
-
* - sriov-network-operator.images.sriovConfigDaemon
- string
- `"nvcr.io/nvidia/mellanox/sriov-network-operator-config-daemon:network-operator-24.7.0"`
- `"nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.10.0-beta.2"`
-
* - sriov-network-operator.images.sriovDevicePlugin
- string
- `"ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.7.0"`
-
* - sriov-network-operator.images.webhook
- string
- `"nvcr.io/nvidia/mellanox/sriov-network-operator-webhook:network-operator-24.7.0"`
- `"nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.10.0-beta.2"`
-
* - sriov-network-operator.operator.admissionControllers
- yaml
Expand Down Expand Up @@ -469,7 +469,7 @@ For example:
- Private mirror repository configuration.
* - ofedDriver.repository
- string
- `"nvcr.io/nvidia/mellanox"`
- `"nvcr.io/nvstaging/mellanox"`
- NVIDIA DOCA Driver image repository.
* - ofedDriver.startupProbe.initialDelaySeconds
- int
Expand Down Expand Up @@ -540,7 +540,7 @@ For example:
-
* - ofedDriver.version
- string
- `"24.07-0.6.1.0-0"`
- `"24.10-0.3.2.0-0"`
- NVIDIA DOCA Driver version.

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

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

==========
Expand Down Expand Up @@ -911,7 +911,7 @@ Specifies components to deploy in order to facilitate a secondary network in Kub
- Multus image repository.
* - secondaryNetwork.multus.version
- string
- `"v3.9.3"`
- `"v4.1.0"`
- Multus image version.

============================
Expand Down

0 comments on commit 5776188

Please sign in to comment.