Skip to content

Commit 06ee901

Browse files
authored
cicd: release Network Operator v25.7.0-beta.3 (#1637)
Created by the [*create-release-pr* job](https://github.com/Mellanox/network-operator/actions/runs/16266833654).
2 parents e48b027 + fec9f0f commit 06ee901

10 files changed

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

deployment/network-operator/values.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ node-feature-discovery:
5050

5151
image:
5252
repository: nvcr.io/nvstaging/mellanox/node-feature-discovery
53-
tag: network-operator-v25.7.0-beta.2
53+
tag: network-operator-v25.7.0-beta.3
5454
pullPolicy: IfNotPresent
5555
# imagePullSecrest for node-feature-discovery Network Operator related images
5656
#imagePullSecrets: []
@@ -162,15 +162,15 @@ sriov-network-operator:
162162

163163
# Image URIs for sriov-network-operator components.
164164
images:
165-
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:16392c2
166-
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:16392c2
167-
sriovCni: nvcr.io/nvstaging/mellanox/sriov-cni:network-operator-v25.7.0-beta.2
168-
ibSriovCni: nvcr.io/nvstaging/mellanox/ib-sriov-cni:network-operator-v25.7.0-beta.2
169-
ovsCni: nvcr.io/nvstaging/mellanox/ovs-cni-plugin:network-operator-v25.7.0-beta.2
170-
# rdmaCni: nvcr.io/nvstaging/mellanox/rdma-cni:network-operator-v25.7.0-beta.2
171-
sriovDevicePlugin: nvcr.io/nvstaging/mellanox/sriov-network-device-plugin:network-operator-v25.7.0-beta.2
165+
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-v25.7.0-beta.3
166+
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-v25.7.0-beta.3
167+
sriovCni: nvcr.io/nvstaging/mellanox/sriov-cni:network-operator-v25.7.0-beta.3
168+
ibSriovCni: nvcr.io/nvstaging/mellanox/ib-sriov-cni:network-operator-v25.7.0-beta.3
169+
ovsCni: nvcr.io/nvstaging/mellanox/ovs-cni-plugin:network-operator-v25.7.0-beta.3
170+
# rdmaCni: nvcr.io/nvstaging/mellanox/rdma-cni:network-operator-v25.7.0-beta.3
171+
sriovDevicePlugin: nvcr.io/nvstaging/mellanox/sriov-network-device-plugin:network-operator-v25.7.0-beta.3
172172
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.7.0
173-
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:16392c2
173+
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-v25.7.0-beta.3
174174
# imagePullSecrest for SR-IOV Network Operator related images
175175
# imagePullSecrets: []
176176
sriovOperatorConfig:
@@ -201,7 +201,7 @@ maintenance-operator-chart:
201201
image:
202202
repository: nvcr.io/nvstaging/mellanox
203203
name: maintenance-operator
204-
tag: network-operator-v25.7.0-beta.2
204+
tag: network-operator-v25.7.0-beta.3
205205
# imagePullSecrets for Maintenance Operator related images
206206
#imagePullSecrets: []
207207
admissionController:
@@ -321,7 +321,7 @@ operator:
321321
# -- Init container image name.
322322
image: network-operator-init-container
323323
# -- Init container image version.
324-
version: network-operator-v25.7.0-beta.2
324+
version: network-operator-v25.7.0-beta.3
325325

326326
# -- An optional list of references to secrets to use for pulling any of the
327327
# Network Operator images.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
rdmaSharedDevicePlugin:
4646
image: k8s-rdma-shared-dev-plugin
4747
repository: nvcr.io/nvstaging/mellanox
48-
version: network-operator-v25.7.0-beta.2
48+
version: network-operator-v25.7.0-beta.3
4949
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
5050
# Replace 'devices' with your (RDMA capable) netdevice name.
5151
config: |
@@ -64,7 +64,7 @@ spec:
6464
sriovDevicePlugin:
6565
image: sriov-network-device-plugin
6666
repository: nvcr.io/nvstaging/mellanox
67-
version: network-operator-v25.7.0-beta.2
67+
version: network-operator-v25.7.0-beta.3
6868
config: |
6969
{
7070
"resourceList": [
@@ -82,27 +82,27 @@ spec:
8282
ipoib:
8383
image: ipoib-cni
8484
repository: nvcr.io/nvstaging/mellanox
85-
version: network-operator-v25.7.0-beta.2
85+
version: network-operator-v25.7.0-beta.3
8686
ipamPlugin:
8787
image: whereabouts
8888
repository: nvcr.io/nvstaging/mellanox
89-
version: network-operator-v25.7.0-beta.2
89+
version: network-operator-v25.7.0-beta.3
9090
nvIpam:
9191
image: nvidia-k8s-ipam
9292
repository: nvcr.io/nvstaging/mellanox
93-
version: network-operator-v25.7.0-beta.2
93+
version: network-operator-v25.7.0-beta.3
9494
enableWebhook: false
9595
ibKubernetes:
9696
image: ib-kubernetes
9797
repository: nvcr.io/nvstaging/mellanox
98-
version: network-operator-v25.7.0-beta.2
98+
version: network-operator-v25.7.0-beta.3
9999
pKeyGUIDPoolRangeStart: "02:00:00:00:00:00:00:00"
100100
pKeyGUIDPoolRangeEnd: "02:FF:FF:FF:FF:FF:FF:FF"
101101
ufmSecret: ufm-secret
102102
nicFeatureDiscovery:
103103
image: nic-feature-discovery
104104
repository: nvcr.io/nvstaging/mellanox
105-
version: network-operator-v25.7.0-beta.2
105+
version: network-operator-v25.7.0-beta.3
106106
nicConfigurationOperator:
107107
operator:
108108
image: nic-configuration-operator

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-full.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
rdmaSharedDevicePlugin:
4646
image: k8s-rdma-shared-dev-plugin
4747
repository: nvcr.io/nvstaging/mellanox
48-
version: network-operator-v25.7.0-beta.2
48+
version: network-operator-v25.7.0-beta.3
4949
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
5050
# Replace 'devices' with your (RDMA capable) netdevice name.
5151
config: |
@@ -64,7 +64,7 @@ spec:
6464
sriovDevicePlugin:
6565
image: sriov-network-device-plugin
6666
repository: nvcr.io/nvstaging/mellanox
67-
version: network-operator-v25.7.0-beta.2
67+
version: network-operator-v25.7.0-beta.3
6868
config: |
6969
{
7070
"resourceList": [
@@ -82,35 +82,35 @@ spec:
8282
cniPlugins:
8383
image: plugins
8484
repository: nvcr.io/nvstaging/mellanox
85-
version: network-operator-v25.7.0-beta.2
85+
version: network-operator-v25.7.0-beta.3
8686
ipoib:
8787
image: ipoib-cni
8888
repository: nvcr.io/nvstaging/mellanox
89-
version: network-operator-v25.7.0-beta.2
89+
version: network-operator-v25.7.0-beta.3
9090
multus:
9191
image: multus-cni
9292
repository: nvcr.io/nvstaging/mellanox
93-
version: network-operator-v25.7.0-beta.2
93+
version: network-operator-v25.7.0-beta.3
9494
ipamPlugin:
9595
image: whereabouts
9696
repository: nvcr.io/nvstaging/mellanox
97-
version: network-operator-v25.7.0-beta.2
97+
version: network-operator-v25.7.0-beta.3
9898
nvIpam:
9999
image: nvidia-k8s-ipam
100100
repository: nvcr.io/nvstaging/mellanox
101-
version: network-operator-v25.7.0-beta.2
101+
version: network-operator-v25.7.0-beta.3
102102
enableWebhook: false
103103
ibKubernetes:
104104
image: ib-kubernetes
105105
repository: nvcr.io/nvstaging/mellanox
106-
version: network-operator-v25.7.0-beta.2
106+
version: network-operator-v25.7.0-beta.3
107107
pKeyGUIDPoolRangeStart: "02:00:00:00:00:00:00:00"
108108
pKeyGUIDPoolRangeEnd: "02:FF:FF:FF:FF:FF:FF:FF"
109109
ufmSecret: ufm-secret
110110
nicFeatureDiscovery:
111111
image: nic-feature-discovery
112112
repository: nvcr.io/nvstaging/mellanox
113-
version: network-operator-v25.7.0-beta.2
113+
version: network-operator-v25.7.0-beta.3
114114
docaTelemetryService:
115115
image: doca_telemetry
116116
repository: nvcr.io/nvidia/doca

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
rdmaSharedDevicePlugin:
4141
image: k8s-rdma-shared-dev-plugin
4242
repository: nvcr.io/nvstaging/mellanox
43-
version: network-operator-v25.7.0-beta.2
43+
version: network-operator-v25.7.0-beta.3
4444
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
4545
# Replace 'devices' with your (RDMA capable) netdevice name.
4646
config: |
@@ -60,16 +60,16 @@ spec:
6060
cniPlugins:
6161
image: plugins
6262
repository: nvcr.io/nvstaging/mellanox
63-
version: network-operator-v25.7.0-beta.2
63+
version: network-operator-v25.7.0-beta.3
6464
ipoib:
6565
image: ipoib-cni
6666
repository: nvcr.io/nvstaging/mellanox
67-
version: network-operator-v25.7.0-beta.2
67+
version: network-operator-v25.7.0-beta.3
6868
multus:
6969
image: multus-cni
7070
repository: nvcr.io/nvstaging/mellanox
71-
version: network-operator-v25.7.0-beta.2
71+
version: network-operator-v25.7.0-beta.3
7272
ipamPlugin:
7373
image: whereabouts
7474
repository: nvcr.io/nvstaging/mellanox
75-
version: network-operator-v25.7.0-beta.2
75+
version: network-operator-v25.7.0-beta.3

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-nvidia-ipam.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
rdmaSharedDevicePlugin:
4141
image: k8s-rdma-shared-dev-plugin
4242
repository: nvcr.io/nvstaging/mellanox
43-
version: network-operator-v25.7.0-beta.2
43+
version: network-operator-v25.7.0-beta.3
4444
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
4545
# Replace 'devices' with your (RDMA capable) netdevice name.
4646
config: |
@@ -60,13 +60,13 @@ spec:
6060
cniPlugins:
6161
image: plugins
6262
repository: nvcr.io/nvstaging/mellanox
63-
version: network-operator-v25.7.0-beta.2
63+
version: network-operator-v25.7.0-beta.3
6464
multus:
6565
image: multus-cni
6666
repository: nvcr.io/nvstaging/mellanox
67-
version: network-operator-v25.7.0-beta.2
67+
version: network-operator-v25.7.0-beta.3
6868
nvIpam:
6969
image: nvidia-k8s-ipam
7070
repository: nvcr.io/nvstaging/mellanox
71-
version: network-operator-v25.7.0-beta.2
71+
version: network-operator-v25.7.0-beta.3
7272
enableWebhook: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
sriovDevicePlugin:
3232
image: sriov-network-device-plugin
3333
repository: nvcr.io/nvstaging/mellanox
34-
version: network-operator-v25.7.0-beta.2
34+
version: network-operator-v25.7.0-beta.3
3535
config: |
3636
{
3737
"resourceList": [

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
rdmaSharedDevicePlugin:
3232
image: k8s-rdma-shared-dev-plugin
3333
repository: nvcr.io/nvstaging/mellanox
34-
version: network-operator-v25.7.0-beta.2
34+
version: network-operator-v25.7.0-beta.3
3535
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
3636
# Replace 'devices' with your (RDMA capable) netdevice name.
3737
config: |

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
rdmaSharedDevicePlugin:
4141
image: k8s-rdma-shared-dev-plugin
4242
repository: nvcr.io/nvstaging/mellanox
43-
version: network-operator-v25.7.0-beta.2
43+
version: network-operator-v25.7.0-beta.3
4444
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
4545
# Replace 'devices' with your (RDMA capable) netdevice name.
4646
config: |
@@ -60,12 +60,12 @@ spec:
6060
cniPlugins:
6161
image: plugins
6262
repository: nvcr.io/nvstaging/mellanox
63-
version: network-operator-v25.7.0-beta.2
63+
version: network-operator-v25.7.0-beta.3
6464
multus:
6565
image: multus-cni
6666
repository: nvcr.io/nvstaging/mellanox
67-
version: network-operator-v25.7.0-beta.2
67+
version: network-operator-v25.7.0-beta.3
6868
ipamPlugin:
6969
image: whereabouts
7070
repository: nvcr.io/nvstaging/mellanox
71-
version: network-operator-v25.7.0-beta.2
71+
version: network-operator-v25.7.0-beta.3

0 commit comments

Comments
 (0)