File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
deployment/network-operator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ Production cluster environment can deny direct access to the Internet and instea
156156| ` ofedDriver.deploy ` | bool | ` false ` | deploy Mellanox OFED driver container |
157157| ` ofedDriver.repository ` | string | ` mellanox ` | Mellanox OFED driver image repository |
158158| ` ofedDriver.image ` | string | ` mofed ` | Mellanox OFED driver image name |
159- | ` ofedDriver.version ` | string | ` 5.4-1.0.3.0 ` | Mellanox OFED driver version |
159+ | ` ofedDriver.version ` | string | ` 5.4-2.4.1.3 ` | Mellanox OFED driver version |
160160| ` ofedDriver.imagePullSecrets ` | list | ` [] ` | An optional list of references to secrets to use for pulling any of the Mellanox OFED driver image |
161161| ` ofedDriver.startupProbe.initialDelaySeconds ` | int | 10 | Mellanox OFED startup probe initial delay |
162162| ` ofedDriver.startupProbe.periodSeconds ` | int | 10 | Mellanox OFED startup probe interval |
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ ofedDriver:
112112 deploy : false
113113 image : mofed
114114 repository : mellanox
115- version : 5.4-1.0.3.0
115+ version : 5.4-2.4.1.3
116116 imagePullSecrets : []
117117 startupProbe :
118118 initialDelaySeconds : 10
You can’t perform that action at this time.
0 commit comments