Skip to content

Commit 9db223b

Browse files
authored
Merge pull request #238 from e0ne/mofed-5.4-2.4.1.3
Updated MOFED to 5.4-2.4.1.3
2 parents 38e098b + d363946 commit 9db223b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/network-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

deployment/network-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)