From f10c1404eaf72ba8233386e2ea493b0de7b0bd99 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Fri, 14 Aug 2026 15:59:55 +0200 Subject: [PATCH] metal-settings: fix integer values for lenovo sr850-v3-new Signed-off-by: Konstantin Koslowski --- system/metal-settings/Chart.yaml | 2 +- .../metal-settings/bios_settings/lenovo-sr850-v3-new.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/system/metal-settings/Chart.yaml b/system/metal-settings/Chart.yaml index f0509b95c5f..7a17bb85238 100644 --- a/system/metal-settings/Chart.yaml +++ b/system/metal-settings/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.46 +version: 0.2.47 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/system/metal-settings/bios_settings/lenovo-sr850-v3-new.yaml b/system/metal-settings/bios_settings/lenovo-sr850-v3-new.yaml index ac273049b71..7aed5b4d1a5 100644 --- a/system/metal-settings/bios_settings/lenovo-sr850-v3-new.yaml +++ b/system/metal-settings/bios_settings/lenovo-sr850-v3-new.yaml @@ -34,7 +34,7 @@ settingsFlow: Processors_TurboMode: "Enabled" Processors_UPILinkFrequency: "MaximumPerformance" Processors_UPIPrefetcher: "Enabled" - Broadcom57508100GbEQSFP562_PortOCPEthernetAdapter__Slot1PhysicalPort1LogicalPort1_MaximumNumberofPFMSI_XVectors: "128" - Broadcom57508100GbEQSFP562_PortOCPEthernetAdapter__Slot1PhysicalPort2LogicalPort1_MaximumNumberofPFMSI_XVectors: "128" - Broadcom57508100GbEQSFP562_PortOCPEthernetAdapter__Slot2PhysicalPort1LogicalPort1_MaximumNumberofPFMSI_XVectors: "128" - Broadcom57508100GbEQSFP562_PortOCPEthernetAdapter__Slot2PhysicalPort2LogicalPort1_MaximumNumberofPFMSI_XVectors: "128" + Broadcom57508100GbEQSFP562_PortOCPEthernetAdapter__Slot1PhysicalPort1LogicalPort1_MaximumNumberofPFMSI_XVectors: 128 + Broadcom57508100GbEQSFP562_PortOCPEthernetAdapter__Slot1PhysicalPort2LogicalPort1_MaximumNumberofPFMSI_XVectors: 128 + Broadcom57508100GbEQSFP562_PortOCPEthernetAdapter__Slot2PhysicalPort1LogicalPort1_MaximumNumberofPFMSI_XVectors: 128 + Broadcom57508100GbEQSFP562_PortOCPEthernetAdapter__Slot2PhysicalPort2LogicalPort1_MaximumNumberofPFMSI_XVectors: 128