Skip to content

Commit 46eea71

Browse files
authored
task: update SR-IOV images tags to network-operator-25.1.0-beta.3 in chart values (#1280)
Created by the *update_network_operator_values* job.
2 parents c4b4397 + b56bfbc commit 46eea71

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

deployment/network-operator/charts/sriov-network-operator/crds/sriovnetwork.openshift.io_sriovnetworknodepolicies.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ spec:
8181
description: external_ids field in the Interface table
8282
in OVSDB
8383
type: object
84+
mtuRequest:
85+
description: mtu_request field in the Interface table
86+
in OVSDB
87+
type: integer
8488
options:
8589
additionalProperties:
8690
type: string

deployment/network-operator/charts/sriov-network-operator/crds/sriovnetwork.openshift.io_sriovnetworknodestates.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ spec:
102102
description: external_ids field in the Interface
103103
table in OVSDB
104104
type: object
105+
mtuRequest:
106+
description: mtu_request field in the Interface
107+
table in OVSDB
108+
type: integer
105109
options:
106110
additionalProperties:
107111
type: string
@@ -237,6 +241,10 @@ spec:
237241
description: external_ids field in the Interface
238242
table in OVSDB
239243
type: object
244+
mtuRequest:
245+
description: mtu_request field in the Interface
246+
table in OVSDB
247+
type: integer
240248
options:
241249
additionalProperties:
242250
type: string

deployment/network-operator/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,15 @@ sriov-network-operator:
152152

153153
# Image URIs for sriov-network-operator components.
154154
images:
155-
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-25.1.0-beta.2
156-
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-25.1.0-beta.2
155+
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-25.1.0-beta.3
156+
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-25.1.0-beta.3
157157
sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.8.1
158158
ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.1.1
159159
ovsCni: ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin:v0.37.0
160160
# rdmaCni: ghcr.io/k8snetworkplumbingwg/rdma-cni:v1.2.0
161161
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.8.0
162162
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.7.0
163-
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-25.1.0-beta.2
163+
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-25.1.0-beta.3
164164
# imagePullSecrest for SR-IOV Network Operator related images
165165
# imagePullSecrets: []
166166
sriovOperatorConfig:

hack/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ NetworkOperatorInitContainer:
99
SriovNetworkOperator:
1010
image: sriov-network-operator
1111
repository: nvcr.io/nvstaging/mellanox
12-
version: network-operator-25.1.0-beta.2
12+
version: network-operator-25.1.0-beta.3
1313
SriovNetworkOperatorWebhook:
1414
image: sriov-network-operator-webhook
1515
repository: nvcr.io/nvstaging/mellanox
16-
version: network-operator-25.1.0-beta.2
16+
version: network-operator-25.1.0-beta.3
1717
SriovConfigDaemon:
1818
image: sriov-network-operator-config-daemon
1919
repository: nvcr.io/nvstaging/mellanox
20-
version: network-operator-25.1.0-beta.2
20+
version: network-operator-25.1.0-beta.3
2121
SriovCni:
2222
image: sriov-cni
2323
repository: ghcr.io/k8snetworkplumbingwg

0 commit comments

Comments
 (0)