Skip to content

Commit

Permalink
chore: bump sriov network device plugin and mofed version
Browse files Browse the repository at this point in the history
Bump those 2 dependencies with the goal to consolidate versioning in the
docs repository.

Signed-off-by: Vasilis Remmas <[email protected]>
  • Loading branch information
vasrem committed Mar 11, 2024
1 parent e6cfb4d commit 9e397bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deployment/network-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ containerResources:
| `ofedDriver.deploy` | bool | `false` | deploy Mellanox OFED driver container |
| `ofedDriver.repository` | string | `mellanox` | Mellanox OFED driver image repository |
| `ofedDriver.image` | string | `mofed` | Mellanox OFED driver image name |
| `ofedDriver.version` | string | `5.9-0.5.6.0` | Mellanox OFED driver version |
| `ofedDriver.version` | string | `24.01-0.3.3.1.3` | Mellanox OFED driver version |
| `ofedDriver.initContainer.enable` | bool | `true` | deploy init container |
| `ofedDriver.initContainer.repository` | string | `ghcr.io/mellanox` | init container image repository |
| `ofedDriver.initContainer.image` | string | `network-operator-init-container` | init container image name |
Expand Down Expand Up @@ -490,7 +490,7 @@ resources:
| `sriovDevicePlugin.deploy` | bool | `false` | Deploy SR-IOV Network device plugin |
| `sriovDevicePlugin.repository` | string | `ghcr.io/k8snetworkplumbingwg` | SR-IOV Network device plugin image repository |
| `sriovDevicePlugin.image` | string | `sriov-network-device-plugin` | SR-IOV Network device plugin image name |
| `sriovDevicePlugin.version` | string | `v3.5.1` | SR-IOV Network device plugin version |
| `sriovDevicePlugin.version` | string | `v3.6.2` | SR-IOV Network device plugin version |
| `sriovDevicePlugin.imagePullSecrets` | list | `[]` | An optional list of references to secrets to use for pulling any of the SR-IOV Network device plugin image |
| `sriovDevicePlugin.resources` | list | See below | SR-IOV Network device plugin resources |
| `sriovDevicePlugin.containerResources` | [] | not set | Optional [resource requests and limits](#container-resources) for the `kube-sriovdp` container |
Expand Down
4 changes: 2 additions & 2 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ ofedDriver:
deploy: false
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
version: 24.01-0.3.3.1-0
version: 24.01-0.3.3.1.3
initContainer:
enable: true
repository: ghcr.io/mellanox
Expand Down Expand Up @@ -309,7 +309,7 @@ sriovDevicePlugin:
deploy: false
image: sriov-network-device-plugin
repository: ghcr.io/k8snetworkplumbingwg
version: 2cc723dcbc712290055b763dc9d3c090ba41e929
version: v3.6.2
useCdi: false
# imagePullSecrets: []
# containerResources:
Expand Down

0 comments on commit 9e397bd

Please sign in to comment.