Skip to content

Commit

Permalink
chore: bump 3 dependencies (#846)
Browse files Browse the repository at this point in the history
Bump those 3 dependencies with the goal to consolidate versioning in the
docs repository:
* ofed version
* k8s-rdma-shared-dev-plugin
* sriov-network-device-plugin

Related to Mellanox/network-operator-docs#20
  • Loading branch information
e0ne authored Mar 11, 2024
2 parents e6cfb4d + 9b396ac commit e5b6d9a
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions config/samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
version: 24.01-0.3.3.1-0
version: 24.04-0.3.0.0-0
livenessProbe:
initialDelaySeconds: 30
periodSeconds: 30
Expand All @@ -42,7 +42,7 @@ spec:
rdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: ghcr.io/mellanox
version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775
version: 1.4.0
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
# Replace 'devices' with your (RDMA capable) netdevice name.
config: |
Expand Down
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.04-0.3.0.0-0` | 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
8 changes: 4 additions & 4 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ sriov-network-operator:
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.1.0-beta.3
sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.7.0
ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.0.3
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:2cc723dcbc712290055b763dc9d3c090ba41e929
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.6.2
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.4
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.1.0-beta.3
# imagePullSecrest for SR-IOV Network Operator related images
Expand Down 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.04-0.3.0.0-0
initContainer:
enable: true
repository: ghcr.io/mellanox
Expand Down Expand Up @@ -285,7 +285,7 @@ rdmaSharedDevicePlugin:
deploy: true
image: k8s-rdma-shared-dev-plugin
repository: ghcr.io/mellanox
version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775
version: 1.4.0
useCdi: false
# imagePullSecrets: []
# containerResources:
Expand All @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
version: 24.01-0.3.3.1-0
version: 24.04-0.3.0.0-0
upgradePolicy:
autoUpgrade: true
drain:
Expand All @@ -40,7 +40,7 @@ spec:
rdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: ghcr.io/mellanox
version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775
version: 1.4.0
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
# Replace 'devices' with your (RDMA capable) netdevice name.
config: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
version: 24.01-0.3.3.1-0
version: 24.04-0.3.0.0-0
upgradePolicy:
autoUpgrade: true
drain:
Expand All @@ -40,7 +40,7 @@ spec:
rdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: ghcr.io/mellanox
version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775
version: 1.4.0
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
# Replace 'devices' with your (RDMA capable) netdevice name.
config: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
version: 24.01-0.3.3.1-0
version: 24.04-0.3.0.0-0
upgradePolicy:
autoUpgrade: true
drain:
Expand All @@ -31,7 +31,7 @@ spec:
sriovDevicePlugin:
image: sriov-network-device-plugin
repository: ghcr.io/k8snetworkplumbingwg
version: 2cc723dcbc712290055b763dc9d3c090ba41e929
version: v3.6.2
config: |
{
"resourceList": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
version: 24.01-0.3.3.1-0
version: 24.04-0.3.0.0-0
upgradePolicy:
autoUpgrade: true
drain:
Expand All @@ -31,7 +31,7 @@ spec:
rdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: ghcr.io/mellanox
version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775
version: 1.4.0
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
# Replace 'devices' with your (RDMA capable) netdevice name.
config: |
Expand Down
4 changes: 2 additions & 2 deletions example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
version: 24.01-0.3.3.1-0
version: 24.04-0.3.0.0-0
upgradePolicy:
autoUpgrade: true
drain:
Expand All @@ -40,7 +40,7 @@ spec:
rdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: ghcr.io/mellanox
version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775
version: 1.4.0
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
# Replace 'devices' with your (RDMA capable) netdevice name.
config: |
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.04-0.3.0.0-0
RdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: ghcr.io/mellanox
version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775
version: 1.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 e5b6d9a

Please sign in to comment.