Skip to content

Commit 4fcb7c7

Browse files
authored
Merge pull request #429 from e0ne/release-1.4
Release Network Operator v1.4.0
2 parents 060055f + 629c45b commit 4fcb7c7

7 files changed

+10
-10
lines changed

deployment/network-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: network-operator
3-
version: 1.4.0-rc.1
3+
version: 1.4.0
44
kubeVersion: '>= 1.17.0'
5-
appVersion: v1.4.0-rc.1
5+
appVersion: v1.4.0
66
description: Nvidia network operator
77
type: application
88
keywords:

deployment/network-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ imagePullSecrets:
363363
| `ofedDriver.deploy` | bool | `false` | deploy Mellanox OFED driver container |
364364
| `ofedDriver.repository` | string | `mellanox` | Mellanox OFED driver image repository |
365365
| `ofedDriver.image` | string | `mofed` | Mellanox OFED driver image name |
366-
| `ofedDriver.version` | string | `5.7-1.0.2.0` | Mellanox OFED driver version |
366+
| `ofedDriver.version` | string | `5.8-1.0.1.1.2` | Mellanox OFED driver version |
367367
| `ofedDriver.imagePullSecrets` | list | `[]` | An optional list of references to secrets to use for pulling any of the Mellanox OFED driver image |
368368
| `ofedDriver.env` | list | `[]` | An optional list of [environment variables](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#envvar-v1-core) passed to the Mellanox OFED driver image |
369369
| `ofedDriver.repoConfig.name` | string | `` | Private mirror repository configuration configMap name |

deployment/network-operator/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ sriov-network-operator:
9090

9191
# Image URIs for sriov-network-operator components
9292
images:
93-
operator: nvcr.io/nvidia/mellanox/sriov-network-operator:network-operator-1.3.0
94-
sriovConfigDaemon: nvcr.io/nvidia/mellanox/sriov-network-operator-config-daemon:network-operator-1.3.0
93+
operator: nvcr.io/nvidia/mellanox/sriov-network-operator:network-operator-1.4.0
94+
sriovConfigDaemon: nvcr.io/nvidia/mellanox/sriov-network-operator-config-daemon:network-operator-1.4.0
9595
sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.6.3
9696
ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.0.2
9797
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.5.1
@@ -142,7 +142,7 @@ ofedDriver:
142142
deploy: false
143143
image: mofed
144144
repository: nvcr.io/nvidia/mellanox
145-
version: 5.7-1.0.2.0
145+
version: 5.8-1.0.1.1.2
146146
# imagePullSecrets: []
147147
# env, if defined will pass environment variables to the OFED container
148148
# env:

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
ofedDriver:
2020
image: mofed
2121
repository: nvcr.io/nvidia/mellanox
22-
version: 5.7-1.0.2.0
22+
version: 5.8-1.0.1.1.2
2323
startupProbe:
2424
initialDelaySeconds: 10
2525
periodSeconds: 10

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp-hostdev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
ofedDriver:
2020
image: mofed
2121
repository: nvcr.io/nvidia/mellanox
22-
version: 5.7-1.0.2.0
22+
version: 5.8-1.0.1.1.2
2323
upgradePolicy:
2424
autoUpgrade: false
2525
drain:

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
ofedDriver:
2020
image: mofed
2121
repository: nvcr.io/nvidia/mellanox
22-
version: 5.7-1.0.2.0
22+
version: 5.8-1.0.1.1.2
2323
upgradePolicy:
2424
autoUpgrade: false
2525
drain:

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
ofedDriver:
2020
image: mofed
2121
repository: nvcr.io/nvidia/mellanox
22-
version: 5.7-1.0.2.0
22+
version: 5.8-1.0.1.1.2
2323
startupProbe:
2424
initialDelaySeconds: 10
2525
periodSeconds: 10

0 commit comments

Comments
 (0)