Skip to content

Commit 233f77d

Browse files
authored
chore: Bump nic-configuration-operator to v-1.1.14 (#1170)
2 parents 5173904 + b3a27fd commit 233f77d

File tree

5 files changed

+6
-35
lines changed

5 files changed

+6
-35
lines changed

deployment/network-operator/charts/nic-configuration-operator-chart/crds/configuration.net.nvidia.com_nicconfigurationtemplates.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -126,21 +126,6 @@ spec:
126126
required:
127127
- enabled
128128
type: object
129-
rawNvConfig:
130-
description: List of arbitrary nv config parameters
131-
items:
132-
properties:
133-
name:
134-
description: Name of the arbitrary nvconfig parameter
135-
type: string
136-
value:
137-
description: Value of the arbitrary nvconfig parameter
138-
type: string
139-
required:
140-
- name
141-
- value
142-
type: object
143-
type: array
144129
roceOptimized:
145130
description: RoCE optimization settings
146131
properties:

deployment/network-operator/charts/nic-configuration-operator-chart/crds/configuration.net.nvidia.com_nicdevices.yaml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ spec:
4545
properties:
4646
resetToDefault:
4747
description: |-
48-
ResetToDefault specifies whether node agent needs to perform a reset flow
48+
ResetToDefault specifies whether node agent needs to perform a reset flow.
49+
In NIC Configuration Operator template v0.1.14 BF2/BF3 DPUs (not SuperNics) FW reset flow isn't supported.
4950
The following operations will be performed:
5051
* Nvconfig reset of all non-volatile configurations
5152
- Mstconfig -d <device> reset for each PF
@@ -105,21 +106,6 @@ spec:
105106
required:
106107
- enabled
107108
type: object
108-
rawNvConfig:
109-
description: List of arbitrary nv config parameters
110-
items:
111-
properties:
112-
name:
113-
description: Name of the arbitrary nvconfig parameter
114-
type: string
115-
value:
116-
description: Value of the arbitrary nvconfig parameter
117-
type: string
118-
required:
119-
- name
120-
- value
121-
type: object
122-
type: array
123109
roceOptimized:
124110
description: RoCE optimization settings
125111
properties:

deployment/network-operator/charts/nic-configuration-operator-chart/templates/supported-nic-firmware-configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ data:
1313
Nvidia_mlx5_MT42822_BlueField-2_integrated_ConnectX-6_Dx-24.07: "a2d6 24.07-0.6.1 24.42.1000"
1414
Nvidia_mlx5_ConnectX-4-24.10: "1013 24.10-0.7.0 12.28.2006"
1515
Nvidia_mlx5_ConnectX-4_Lx-24.10: "1013 24.10-0.7.0 14.32.1010"
16-
Nvidia_mlx5_ConnectX-5-24.10: "1017 24.10-0.7.0.35.4030"
16+
Nvidia_mlx5_ConnectX-5-24.10: "1017 24.10-0.7.0 16.35.4030"
1717
Nvidia_mlx5_ConnectX-5_Ex-24.10: "1019 24.10-0.7.0 16.35.4030"
1818
Nvidia_mlx5_ConnectX-6-24.10: "101b 24.10-0.7.0 20.43.1014"
1919
Nvidia_mlx5_ConnectX-6_Dx-24.10: "101d 24.10-0.7.0 22.43.1014"
2020
Nvidia_mlx5_ConnectX-6_Lx-24.10: "101f 24.10-0.7.0 26.43.1014"
2121
Nvidia_mlx5_ConnectX-7-24.10: "1021 24.10-0.7.0 28.43.1014"
22-
Nvidia_mlx5_MT42822_BlueField-2_integrated_ConnectX-6_Dx-24.10: "a2d6 24.10-0.7.0 22.43.1014"
22+
Nvidia_mlx5_MT42822_BlueField-2_integrated_ConnectX-6_Dx-24.10: "a2d6 24.10-0.7.0 22.43.1014"

deployment/network-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ nic-configuration-operator-chart:
179179
image:
180180
repository: ghcr.io/mellanox
181181
name: nic-configuration-operator-daemon
182-
tag: v0.1.13
182+
tag: v0.1.14
183183

184184
# General Operator related values
185185
# The operator element allows to deploy network operator from an alternate location

hack/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ nicConfigurationOperator:
8585
nicConfigurationConfigDaemon:
8686
image: nic-configuration-operator-daemon
8787
repository: ghcr.io/mellanox
88-
version: v0.1.13
88+
version: v0.1.14

0 commit comments

Comments
 (0)