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
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ spec:
operator:
image: nic-configuration-operator
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v26.1.0-beta.7
version: acbfe66
configurationDaemon:
image: nic-configuration-operator-daemon
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v26.1.0-beta.7
version: acbfe66
# Uncomment to explicitely reset the NIC's Firmware before the reboot and after updating its non-volatile configuration.
# Might be required on DGX servers where configuration update is not successfully applied after the warm reboot.
# env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ spec:
operator:
image: nic-configuration-operator
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v26.1.0-beta.7
version: acbfe66
configurationDaemon:
image: nic-configuration-operator-daemon
repository: nvcr.io/nvstaging/mellanox
version: network-operator-v26.1.0-beta.7
version: acbfe66
# Uncomment to explicitely reset the NIC's Firmware before the reboot and after updating its non-volatile configuration.
# Might be required on DGX servers where configuration update is not successfully applied after the warm reboot.
# env:
Expand Down
4 changes: 2 additions & 2 deletions hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ nicConfigurationOperator:
image: nic-configuration-operator
repository: nvcr.io/nvstaging/mellanox
sourceRepository: nic-configuration-operator
version: network-operator-v26.1.0-beta.7
version: acbfe66
nSpectScope: general
nicConfigurationConfigDaemon:
image: nic-configuration-operator-daemon
repository: nvcr.io/nvstaging/mellanox
sourceRepository: nic-configuration-operator
version: network-operator-v26.1.0-beta.7
version: acbfe66
nSpectScope: general
nicConfigurationOperatorStigFipsUbuntu:
image: nic-configuration-operator-stig-fips
Expand Down
Loading