Skip to content

Commit 578178f

Browse files
authored
Merge pull request #582 from e0ne/23.7-beta.4
Release Network Operator v23.7.0-beta.4
2 parents 9a4a8d1 + aed80f8 commit 578178f

9 files changed

+14
-14
lines changed

config/samples/mellanox.com_v1alpha1_nicclusterpolicy.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/nvstaging/mellanox
22-
version: 23.07-0.2.3.0
22+
version: 23.07-0.4.5.0
2323
livenessProbe:
2424
initialDelaySeconds: 30
2525
periodSeconds: 30

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: 23.7.0-beta.3
3+
version: 23.7.0-beta.4
44
kubeVersion: '>= 1.21.0'
5-
appVersion: v23.7.0-beta.3
5+
appVersion: v23.7.0-beta.4
66
description: Nvidia network operator
77
type: application
88
keywords:

deployment/network-operator/values.yaml

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

100100
# Image URIs for sriov-network-operator components
101101
images:
102-
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-23.7.0-beta.3
103-
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-23.7.0-beta.3
102+
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-23.7.0-beta.4
103+
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-23.7.0-beta.4
104104
sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.7.0
105105
ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.0.3
106106
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:7e7f979087286ee950bd5ebc89d8bbb6723fc625
@@ -153,7 +153,7 @@ ofedDriver:
153153
deploy: false
154154
image: mofed
155155
repository: nvcr.io/nvstaging/mellanox
156-
version: 23.07-0.2.3.0
156+
version: 23.07-0.4.5.0
157157
# imagePullSecrets: []
158158
# env, if defined will pass environment variables to the OFED container
159159
# 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/nvstaging/mellanox
22-
version: 23.07-0.2.3.0
22+
version: 23.07-0.4.5.0
2323
startupProbe:
2424
initialDelaySeconds: 10
2525
periodSeconds: 10

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-nvidia-ipam.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/nvstaging/mellanox
22-
version: 23.07-0.2.3.0
22+
version: 23.07-0.4.5.0
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/nvstaging/mellanox
22-
version: 23.07-0.2.3.0
22+
version: 23.07-0.4.5.0
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/nvstaging/mellanox
22-
version: 23.07-0.2.3.0
22+
version: 23.07-0.4.5.0
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/nvstaging/mellanox
22-
version: 23.07-0.2.3.0
22+
version: 23.07-0.4.5.0
2323
startupProbe:
2424
initialDelaySeconds: 10
2525
periodSeconds: 10

hack/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ NetworkOperator:
44
SriovNetworkOperator:
55
image: sriov-network-operator
66
repository: nvcr.io/nvstaging/mellanox
7-
version: network-operator-23.7.0-beta.3
7+
version: network-operator-23.7.0-beta.4
88
SriovConfigDaemon:
99
image: sriov-network-operator-config-daemon
1010
repository: nvcr.io/nvstaging/mellanox
11-
version: network-operator-23.7.0-beta.3
11+
version: network-operator-23.7.0-beta.4
1212
SriovCni:
1313
image: sriov-cni
1414
repository: ghcr.io/k8snetworkplumbingwg
@@ -20,7 +20,7 @@ SriovIbCni:
2020
Mofed:
2121
image: mofed
2222
repository: nvcr.io/nvstaging/mellanox
23-
version: 23.07-0.2.3.0
23+
version: 23.07-0.4.5.0
2424
RdmaSharedDevicePlugin:
2525
image: k8s-rdma-shared-dev-plugin
2626
repository: nvcr.io/nvidia/cloud-native

0 commit comments

Comments
 (0)