From 9e397bded5a24f71c70737ac08d6a133130e43ea Mon Sep 17 00:00:00 2001 From: Vasilis Remmas Date: Mon, 11 Mar 2024 12:17:01 +0100 Subject: [PATCH] chore: bump sriov network device plugin and mofed version Bump those 2 dependencies with the goal to consolidate versioning in the docs repository. Signed-off-by: Vasilis Remmas --- deployment/network-operator/README.md | 4 ++-- deployment/network-operator/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/network-operator/README.md b/deployment/network-operator/README.md index 4b0ffb236..cf068296b 100644 --- a/deployment/network-operator/README.md +++ b/deployment/network-operator/README.md @@ -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 | @@ -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 | diff --git a/deployment/network-operator/values.yaml b/deployment/network-operator/values.yaml index 40c065ae4..e3eb3db9d 100644 --- a/deployment/network-operator/values.yaml +++ b/deployment/network-operator/values.yaml @@ -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 @@ -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: