Skip to content

Commit b63de38

Browse files
committed
fix: use sriov-no ga version
Signed-off-by: Fred Rolland <[email protected]>
1 parent f56596c commit b63de38

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

deployment/network-operator/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,15 @@ sriov-network-operator:
155155

156156
# Image URIs for sriov-network-operator components.
157157
images:
158-
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:4225daf
159-
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:4225daf
158+
operator: nvcr.io/nvidia/mellanox/sriov-network-operator:network-operator-25.4.0
159+
sriovConfigDaemon: nvcr.io/nvidia/mellanox/sriov-network-operator-config-daemon:network-operator-25.4.0
160160
sriovCni: nvcr.io/nvstaging/mellanox/sriov-cni:network-operator-v25.7.0-beta.1
161161
ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.2.1
162162
ovsCni: nvcr.io/nvstaging/mellanox/ovs-cni-plugin:network-operator-v25.7.0-beta.1
163163
# rdmaCni: nvcr.io/nvstaging/mellanox/rdma-cni:network-operator-v25.7.0-beta.1
164164
sriovDevicePlugin: nvcr.io/nvstaging/mellanox/sriov-network-device-plugin:network-operator-v25.7.0-beta.1
165165
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.7.0
166-
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:4225daf
166+
webhook: nvcr.io/nvidia/mellanox/sriov-network-operator-webhook:network-operator-25.4.0
167167
# imagePullSecrest for SR-IOV Network Operator related images
168168
# imagePullSecrets: []
169169
sriovOperatorConfig:

hack/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ NetworkOperatorInitContainer:
88
version: v0.0.3
99
SriovNetworkOperator:
1010
image: sriov-network-operator
11-
repository: nvcr.io/nvstaging/mellanox
11+
repository: nvcr.io/nvidia/mellanox
1212
sourceRepository: sriov-network-operator
13-
version: 4225daf
13+
version: network-operator-25.4.0
1414
SriovNetworkOperatorWebhook:
1515
image: sriov-network-operator-webhook
16-
repository: nvcr.io/nvstaging/mellanox
17-
version: 4225daf
16+
repository: nvcr.io/nvidia/mellanox
17+
version: network-operator-25.4.0
1818
SriovConfigDaemon:
1919
image: sriov-network-operator-config-daemon
20-
repository: nvcr.io/nvstaging/mellanox
21-
version: 4225daf
20+
repository: nvcr.io/nvidia/mellanox
21+
version: network-operator-25.4.0
2222
SriovCni:
2323
image: sriov-cni
2424
repository: nvcr.io/nvstaging/mellanox

0 commit comments

Comments
 (0)