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
Signed-off-by: Vasilis Remmas <[email protected]>
  • Loading branch information
vasrem committed Mar 11, 2024
1 parent e6cfb4d commit b66c080
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 @@ -456,7 +456,7 @@ containerResources:
| `rdmaSharedDevicePlugin.deploy` | bool | `true` | Deploy RDMA Shared device plugin |
| `rdmaSharedDevicePlugin.repository` | string | `nvcr.io/nvidia/cloud-native` | RDMA Shared device plugin image repository |
| `rdmaSharedDevicePlugin.image` | string | `k8s-rdma-shared-dev-plugin` | RDMA Shared device plugin image name |
| `rdmaSharedDevicePlugin.version` | string | `v1.3.2` | RDMA Shared device plugin version |
| `rdmaSharedDevicePlugin.version` | string | `v1.4.0` | RDMA Shared device plugin version |
| `rdmaSharedDevicePlugin.imagePullSecrets` | list | `[]` | An optional list of references to secrets to use for pulling any of the RDMA Shared device plugin image |
| `rdmaSharedDevicePlugin.resources` | list | See below | RDMA Shared device plugin resources |
| `rdmaSharedDevicePlugin.containerResources` | [] | not set | Optional [resource requests and limits](#container-resources) for the `rdma-shared-dp` container |
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
6 changes: 3 additions & 3 deletions hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ SriovIbCni:
Mofed:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
version: 24.01-0.3.3.1-0
version: 24.01-0.3.3.1.3
RdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: ghcr.io/mellanox
version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775
version: v1.4.0
SriovDevicePlugin:
image: sriov-network-device-plugin
repository: ghcr.io/k8snetworkplumbingwg
version: 2cc723dcbc712290055b763dc9d3c090ba41e929
version: v3.6.2
IbKubernetes:
image: ib-kubernetes
repository: ghcr.io/mellanox
Expand Down

0 comments on commit b66c080

Please sign in to comment.