Skip to content

Commit

Permalink
chore: Bump nic-configuration-operator to v-1.1.14 (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
e0ne authored Nov 19, 2024
2 parents 5173904 + b3a27fd commit 233f77d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,21 +126,6 @@ spec:
required:
- enabled
type: object
rawNvConfig:
description: List of arbitrary nv config parameters
items:
properties:
name:
description: Name of the arbitrary nvconfig parameter
type: string
value:
description: Value of the arbitrary nvconfig parameter
type: string
required:
- name
- value
type: object
type: array
roceOptimized:
description: RoCE optimization settings
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ spec:
properties:
resetToDefault:
description: |-
ResetToDefault specifies whether node agent needs to perform a reset flow
ResetToDefault specifies whether node agent needs to perform a reset flow.
In NIC Configuration Operator template v0.1.14 BF2/BF3 DPUs (not SuperNics) FW reset flow isn't supported.
The following operations will be performed:
* Nvconfig reset of all non-volatile configurations
- Mstconfig -d <device> reset for each PF
Expand Down Expand Up @@ -105,21 +106,6 @@ spec:
required:
- enabled
type: object
rawNvConfig:
description: List of arbitrary nv config parameters
items:
properties:
name:
description: Name of the arbitrary nvconfig parameter
type: string
value:
description: Value of the arbitrary nvconfig parameter
type: string
required:
- name
- value
type: object
type: array
roceOptimized:
description: RoCE optimization settings
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ data:
Nvidia_mlx5_MT42822_BlueField-2_integrated_ConnectX-6_Dx-24.07: "a2d6 24.07-0.6.1 24.42.1000"
Nvidia_mlx5_ConnectX-4-24.10: "1013 24.10-0.7.0 12.28.2006"
Nvidia_mlx5_ConnectX-4_Lx-24.10: "1013 24.10-0.7.0 14.32.1010"
Nvidia_mlx5_ConnectX-5-24.10: "1017 24.10-0.7.0.35.4030"
Nvidia_mlx5_ConnectX-5-24.10: "1017 24.10-0.7.0 16.35.4030"
Nvidia_mlx5_ConnectX-5_Ex-24.10: "1019 24.10-0.7.0 16.35.4030"
Nvidia_mlx5_ConnectX-6-24.10: "101b 24.10-0.7.0 20.43.1014"
Nvidia_mlx5_ConnectX-6_Dx-24.10: "101d 24.10-0.7.0 22.43.1014"
Nvidia_mlx5_ConnectX-6_Lx-24.10: "101f 24.10-0.7.0 26.43.1014"
Nvidia_mlx5_ConnectX-7-24.10: "1021 24.10-0.7.0 28.43.1014"
Nvidia_mlx5_MT42822_BlueField-2_integrated_ConnectX-6_Dx-24.10: "a2d6 24.10-0.7.0 22.43.1014"
Nvidia_mlx5_MT42822_BlueField-2_integrated_ConnectX-6_Dx-24.10: "a2d6 24.10-0.7.0 22.43.1014"
2 changes: 1 addition & 1 deletion deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ nic-configuration-operator-chart:
image:
repository: ghcr.io/mellanox
name: nic-configuration-operator-daemon
tag: v0.1.13
tag: v0.1.14

# General Operator related values
# The operator element allows to deploy network operator from an alternate location
Expand Down
2 changes: 1 addition & 1 deletion hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ nicConfigurationOperator:
nicConfigurationConfigDaemon:
image: nic-configuration-operator-daemon
repository: ghcr.io/mellanox
version: v0.1.13
version: v0.1.14

0 comments on commit 233f77d

Please sign in to comment.