Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,15 @@ sriov-network-operator:

# Image URIs for sriov-network-operator components.
images:
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-v26.1.0-beta.7
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-v26.1.0-beta.7
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:f061c110
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:f061c110
sriovCni: nvcr.io/nvstaging/mellanox/sriov-cni:network-operator-v26.1.0-beta.7
ibSriovCni: nvcr.io/nvstaging/mellanox/ib-sriov-cni:network-operator-v26.1.0-beta.7
ovsCni: nvcr.io/nvstaging/mellanox/ovs-cni-plugin:network-operator-v26.1.0-beta.7
rdmaCni: nvcr.io/nvstaging/mellanox/rdma-cni:network-operator-v26.1.0-beta.7
sriovDevicePlugin: nvcr.io/nvstaging/mellanox/sriov-network-device-plugin:network-operator-v26.1.0-beta.7
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.7.0
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-v26.1.0-beta.7
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:f061c110
Comment on lines 162 to +168
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verify if sriovCni, ibSriovCni, ovsCni, rdmaCni, and sriovDevicePlugin should also be updated to f061c110 or if the version mismatch is intentional.

# 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 @@ -13,21 +13,21 @@ SriovNetworkOperator:
image: sriov-network-operator
repository: nvcr.io/nvstaging/mellanox
sourceRepository: sriov-network-operator
version: network-operator-v26.1.0-beta.7
version: f061c110
chartLocation: deployment/sriov-network-operator-chart
excludeChartFiles: ["Chart.yaml", "crds/k8s.cni.cncf.io_networkattachmentdefinitions_crd.yaml"]
nSpectScope: gov-ready
SriovNetworkOperatorWebhook:
image: sriov-network-operator-webhook
repository: nvcr.io/nvstaging/mellanox
sourceRepository: sriov-network-operator
version: network-operator-v26.1.0-beta.7
version: f061c110
nSpectScope: gov-ready
SriovConfigDaemon:
image: sriov-network-operator-config-daemon
repository: nvcr.io/nvstaging/mellanox
sourceRepository: sriov-network-operator
version: network-operator-v26.1.0-beta.7
version: f061c110
nSpectScope: general
SriovConfigDaemonStigFips:
image: sriov-network-operator-config-daemon-stig-fips
Expand Down
Loading