Skip to content

Commit

Permalink
Merge pull request #238 from e0ne/mofed-5.4-2.4.1.3
Browse files Browse the repository at this point in the history
Updated MOFED to 5.4-2.4.1.3
  • Loading branch information
moshe010 authored Sep 19, 2021
2 parents 38e098b + d363946 commit 9db223b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/network-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Production cluster environment can deny direct access to the Internet and instea
| `ofedDriver.deploy` | bool | `false` | deploy Mellanox OFED driver container |
| `ofedDriver.repository` | string | `mellanox` | Mellanox OFED driver image repository |
| `ofedDriver.image` | string | `mofed` | Mellanox OFED driver image name |
| `ofedDriver.version` | string | `5.4-1.0.3.0` | Mellanox OFED driver version |
| `ofedDriver.version` | string | `5.4-2.4.1.3` | Mellanox OFED driver version |
| `ofedDriver.imagePullSecrets` | list | `[]` | An optional list of references to secrets to use for pulling any of the Mellanox OFED driver image |
| `ofedDriver.startupProbe.initialDelaySeconds` | int | 10 | Mellanox OFED startup probe initial delay |
| `ofedDriver.startupProbe.periodSeconds` | int | 10 | Mellanox OFED startup probe interval |
Expand Down
2 changes: 1 addition & 1 deletion deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ofedDriver:
deploy: false
image: mofed
repository: mellanox
version: 5.4-1.0.3.0
version: 5.4-2.4.1.3
imagePullSecrets: []
startupProbe:
initialDelaySeconds: 10
Expand Down

0 comments on commit 9db223b

Please sign in to comment.