Skip to content

Commit

Permalink
chore: update mofed and cni versions
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Rolland <frolland@nvidia.com>
  • Loading branch information
rollandf committed Mar 14, 2024
1 parent b752a92 commit 26b3191
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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.01-0.3.3.1-7
livenessProbe:
initialDelaySeconds: 30
periodSeconds: 30
Expand Down
6 changes: 3 additions & 3 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ sriov-network-operator:
images:
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-24.1.0-rc.3
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.1.0-rc.3
sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.7.0
ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.0.3
sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:3e6368077716f6b8368b0e036a1290d1c64cf1fb
ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:fc002af57a81855542759d0f77d16dacd7e1aa38
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:2cc723dcbc712290055b763dc9d3c090ba41e929
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.4
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.1.0-rc.3
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.01-0.3.3.1-7
initContainer:
enable: true
repository: ghcr.io/mellanox
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.01-0.3.3.1-7
upgradePolicy:
autoUpgrade: true
drain:
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.01-0.3.3.1-7
upgradePolicy:
autoUpgrade: true
drain:
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.01-0.3.3.1-7
upgradePolicy:
autoUpgrade: true
drain:
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.01-0.3.3.1-7
upgradePolicy:
autoUpgrade: true
drain:
Expand Down
2 changes: 1 addition & 1 deletion 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.01-0.3.3.1-7
upgradePolicy:
autoUpgrade: true
drain:
Expand Down
6 changes: 3 additions & 3 deletions hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ SriovConfigDaemon:
SriovCni:
image: sriov-cni
repository: ghcr.io/k8snetworkplumbingwg
version: v2.7.0
version: 3e6368077716f6b8368b0e036a1290d1c64cf1fb
SriovIbCni:
image: ib-sriov-cni
repository: ghcr.io/k8snetworkplumbingwg
version: v1.0.3
version: fc002af57a81855542759d0f77d16dacd7e1aa38
Mofed:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
version: 24.01-0.3.3.1-0
version: 24.01-0.3.3.1-7
RdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: ghcr.io/mellanox
Expand Down

0 comments on commit 26b3191

Please sign in to comment.