Skip to content

Commit f617026

Browse files
authored
cicd: release Network Operator v25.7.0-rc.1 (#1659)
Created by the [*create-release-pr* job](https://github.com/Mellanox/network-operator/actions/runs/16465734031).
2 parents 18929e1 + 032e316 commit f617026

11 files changed

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

deployment/network-operator/charts/sriov-network-operator/templates/role.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ rules:
2828
- statefulsets
2929
verbs:
3030
- '*'
31+
- apiGroups:
32+
- networking.k8s.io
33+
resources:
34+
- networkpolicies
35+
verbs:
36+
- get
37+
- create
38+
- update
39+
- delete
3140
- apiGroups:
3241
- monitoring.coreos.com
3342
resources:

deployment/network-operator/values.yaml

Lines changed: 13 additions & 13 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.3
53+
tag: network-operator-v25.7.0-rc.1
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: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
165+
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-v25.7.0-rc.1
166+
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-v25.7.0-rc.1
167+
sriovCni: nvcr.io/nvstaging/mellanox/sriov-cni:network-operator-v25.7.0-rc.1
168+
ibSriovCni: nvcr.io/nvstaging/mellanox/ib-sriov-cni:network-operator-v25.7.0-rc.1
169+
ovsCni: nvcr.io/nvstaging/mellanox/ovs-cni-plugin:network-operator-v25.7.0-rc.1
170+
# rdmaCni: nvcr.io/nvstaging/mellanox/rdma-cni:network-operator-v25.7.0-rc.1
171+
sriovDevicePlugin: nvcr.io/nvstaging/mellanox/sriov-network-device-plugin:network-operator-v25.7.0-rc.1
172172
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.7.0
173-
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-v25.7.0-beta.3
173+
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-v25.7.0-rc.1
174174
# imagePullSecrest for SR-IOV Network Operator related images
175175
# imagePullSecrets: []
176176
sriovOperatorConfig:
@@ -188,12 +188,12 @@ nic-configuration-operator-chart:
188188
image:
189189
repository: nvcr.io/nvstaging/mellanox
190190
name: nic-configuration-operator
191-
tag: network-operator-v25.7.0-beta.3
191+
tag: network-operator-v25.7.0-rc.1
192192
configDaemon:
193193
image:
194194
repository: nvcr.io/nvstaging/mellanox
195195
name: nic-configuration-operator-daemon
196-
tag: network-operator-v25.7.0-beta.3
196+
tag: network-operator-v25.7.0-rc.1
197197

198198
# Maintenance Operator chart related values.
199199
maintenance-operator-chart:
@@ -206,7 +206,7 @@ maintenance-operator-chart:
206206
image:
207207
repository: nvcr.io/nvstaging/mellanox
208208
name: maintenance-operator
209-
tag: network-operator-v25.7.0-beta.3
209+
tag: network-operator-v25.7.0-rc.1
210210
# imagePullSecrets for Maintenance Operator related images
211211
#imagePullSecrets: []
212212
admissionController:
@@ -326,7 +326,7 @@ operator:
326326
# -- Init container image name.
327327
image: network-operator-init-container
328328
# -- Init container image version.
329-
version: network-operator-v25.7.0-beta.3
329+
version: network-operator-v25.7.0-rc.1
330330

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

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-full-ocp.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.3
48+
version: network-operator-v25.7.0-rc.1
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.3
67+
version: network-operator-v25.7.0-rc.1
6868
config: |
6969
{
7070
"resourceList": [
@@ -82,36 +82,36 @@ spec:
8282
ipoib:
8383
image: ipoib-cni
8484
repository: nvcr.io/nvstaging/mellanox
85-
version: network-operator-v25.7.0-beta.3
85+
version: network-operator-v25.7.0-rc.1
8686
ipamPlugin:
8787
image: whereabouts
8888
repository: nvcr.io/nvstaging/mellanox
89-
version: network-operator-v25.7.0-beta.3
89+
version: network-operator-v25.7.0-rc.1
9090
nvIpam:
9191
image: nvidia-k8s-ipam
9292
repository: nvcr.io/nvstaging/mellanox
93-
version: network-operator-v25.7.0-beta.3
93+
version: network-operator-v25.7.0-rc.1
9494
enableWebhook: false
9595
ibKubernetes:
9696
image: ib-kubernetes
9797
repository: nvcr.io/nvstaging/mellanox
98-
version: network-operator-v25.7.0-beta.3
98+
version: network-operator-v25.7.0-rc.1
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.3
105+
version: network-operator-v25.7.0-rc.1
106106
nicConfigurationOperator:
107107
operator:
108108
image: nic-configuration-operator
109109
repository: nvcr.io/nvstaging/mellanox
110-
version: network-operator-v25.7.0-beta.3
110+
version: network-operator-v25.7.0-rc.1
111111
configurationDaemon:
112112
image: nic-configuration-operator-daemon
113113
repository: nvcr.io/nvstaging/mellanox
114-
version: network-operator-v25.7.0-beta.3
114+
version: network-operator-v25.7.0-rc.1
115115
nicFirmwareStorage:
116116
create: true
117117
pvcName: nic-fw-storage-pvc

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-full.yaml

Lines changed: 11 additions & 11 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.3
48+
version: network-operator-v25.7.0-rc.1
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.3
67+
version: network-operator-v25.7.0-rc.1
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.3
85+
version: network-operator-v25.7.0-rc.1
8686
ipoib:
8787
image: ipoib-cni
8888
repository: nvcr.io/nvstaging/mellanox
89-
version: network-operator-v25.7.0-beta.3
89+
version: network-operator-v25.7.0-rc.1
9090
multus:
9191
image: multus-cni
9292
repository: nvcr.io/nvstaging/mellanox
93-
version: network-operator-v25.7.0-beta.3
93+
version: network-operator-v25.7.0-rc.1
9494
ipamPlugin:
9595
image: whereabouts
9696
repository: nvcr.io/nvstaging/mellanox
97-
version: network-operator-v25.7.0-beta.3
97+
version: network-operator-v25.7.0-rc.1
9898
nvIpam:
9999
image: nvidia-k8s-ipam
100100
repository: nvcr.io/nvstaging/mellanox
101-
version: network-operator-v25.7.0-beta.3
101+
version: network-operator-v25.7.0-rc.1
102102
enableWebhook: false
103103
ibKubernetes:
104104
image: ib-kubernetes
105105
repository: nvcr.io/nvstaging/mellanox
106-
version: network-operator-v25.7.0-beta.3
106+
version: network-operator-v25.7.0-rc.1
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.3
113+
version: network-operator-v25.7.0-rc.1
114114
docaTelemetryService:
115115
image: doca_telemetry
116116
repository: nvcr.io/nvidia/doca
@@ -119,11 +119,11 @@ spec:
119119
operator:
120120
image: nic-configuration-operator
121121
repository: nvcr.io/nvstaging/mellanox
122-
version: network-operator-v25.7.0-beta.3
122+
version: network-operator-v25.7.0-rc.1
123123
configurationDaemon:
124124
image: nic-configuration-operator-daemon
125125
repository: nvcr.io/nvstaging/mellanox
126-
version: network-operator-v25.7.0-beta.3
126+
version: network-operator-v25.7.0-rc.1
127127
nicFirmwareStorage:
128128
create: true
129129
pvcName: nic-fw-storage-pvc

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.3
43+
version: network-operator-v25.7.0-rc.1
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.3
63+
version: network-operator-v25.7.0-rc.1
6464
ipoib:
6565
image: ipoib-cni
6666
repository: nvcr.io/nvstaging/mellanox
67-
version: network-operator-v25.7.0-beta.3
67+
version: network-operator-v25.7.0-rc.1
6868
multus:
6969
image: multus-cni
7070
repository: nvcr.io/nvstaging/mellanox
71-
version: network-operator-v25.7.0-beta.3
71+
version: network-operator-v25.7.0-rc.1
7272
ipamPlugin:
7373
image: whereabouts
7474
repository: nvcr.io/nvstaging/mellanox
75-
version: network-operator-v25.7.0-beta.3
75+
version: network-operator-v25.7.0-rc.1

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.3
43+
version: network-operator-v25.7.0-rc.1
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.3
63+
version: network-operator-v25.7.0-rc.1
6464
multus:
6565
image: multus-cni
6666
repository: nvcr.io/nvstaging/mellanox
67-
version: network-operator-v25.7.0-beta.3
67+
version: network-operator-v25.7.0-rc.1
6868
nvIpam:
6969
image: nvidia-k8s-ipam
7070
repository: nvcr.io/nvstaging/mellanox
71-
version: network-operator-v25.7.0-beta.3
71+
version: network-operator-v25.7.0-rc.1
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.3
34+
version: network-operator-v25.7.0-rc.1
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.3
34+
version: network-operator-v25.7.0-rc.1
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.3
43+
version: network-operator-v25.7.0-rc.1
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.3
63+
version: network-operator-v25.7.0-rc.1
6464
multus:
6565
image: multus-cni
6666
repository: nvcr.io/nvstaging/mellanox
67-
version: network-operator-v25.7.0-beta.3
67+
version: network-operator-v25.7.0-rc.1
6868
ipamPlugin:
6969
image: whereabouts
7070
repository: nvcr.io/nvstaging/mellanox
71-
version: network-operator-v25.7.0-beta.3
71+
version: network-operator-v25.7.0-rc.1

0 commit comments

Comments
 (0)