Skip to content

Commit

Permalink
chore: use nvstaging for master (#1219)
Browse files Browse the repository at this point in the history
Align SRIOV NO images to use nvstaging
  • Loading branch information
rollandf authored Dec 22, 2024
2 parents c296194 + ee22448 commit a822760
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/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ sriov-network-operator:

# Image URIs for sriov-network-operator components.
images:
operator: nvcr.io/nvidia/mellanox/sriov-network-operator:network-operator-24.10.0
sriovConfigDaemon: nvcr.io/nvidia/mellanox/sriov-network-operator-config-daemon:network-operator-24.10.0
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-24.10.0
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.10.0
sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.8.1
ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.1.1
ovsCni: ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin:v0.34.0
# rdmaCni: ghcr.io/k8snetworkplumbingwg/rdma-cni:v1.2.0
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.8.0
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:8810e6a127366cc1eb829d3f7cb3f866d096946e
webhook: nvcr.io/nvidia/mellanox/sriov-network-operator-webhook:network-operator-24.10.0
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.10.0
# imagePullSecrest for SR-IOV Network Operator related images
# imagePullSecrets: []
sriovOperatorConfig:
Expand Down
6 changes: 3 additions & 3 deletions hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ NetworkOperatorInitContainer:
version: v0.0.2
SriovNetworkOperator:
image: sriov-network-operator
repository: nvcr.io/nvidia/mellanox
repository: nvcr.io/nvstaging/mellanox
version: network-operator-24.10.0
SriovNetworkOperatorWebhook:
image: sriov-network-operator-webhook
repository: nvcr.io/nvidia/mellanox
repository: nvcr.io/nvstaging/mellanox
version: network-operator-24.10.0
SriovConfigDaemon:
image: sriov-network-operator-config-daemon
repository: nvcr.io/nvidia/mellanox
repository: nvcr.io/nvstaging/mellanox
version: network-operator-24.10.0
SriovCni:
image: sriov-cni
Expand Down

0 comments on commit a822760

Please sign in to comment.