diff --git a/deployment/network-operator/charts/sriov-network-operator/crds/sriovnetwork.openshift.io_sriovnetworknodepolicies.yaml b/deployment/network-operator/charts/sriov-network-operator/crds/sriovnetwork.openshift.io_sriovnetworknodepolicies.yaml index 36c1050ea..524c5124e 100644 --- a/deployment/network-operator/charts/sriov-network-operator/crds/sriovnetwork.openshift.io_sriovnetworknodepolicies.yaml +++ b/deployment/network-operator/charts/sriov-network-operator/crds/sriovnetwork.openshift.io_sriovnetworknodepolicies.yaml @@ -81,6 +81,10 @@ spec: description: external_ids field in the Interface table in OVSDB type: object + mtuRequest: + description: mtu_request field in the Interface table + in OVSDB + type: integer options: additionalProperties: type: string diff --git a/deployment/network-operator/charts/sriov-network-operator/crds/sriovnetwork.openshift.io_sriovnetworknodestates.yaml b/deployment/network-operator/charts/sriov-network-operator/crds/sriovnetwork.openshift.io_sriovnetworknodestates.yaml index 31ddf3bf1..7535346ef 100644 --- a/deployment/network-operator/charts/sriov-network-operator/crds/sriovnetwork.openshift.io_sriovnetworknodestates.yaml +++ b/deployment/network-operator/charts/sriov-network-operator/crds/sriovnetwork.openshift.io_sriovnetworknodestates.yaml @@ -102,6 +102,10 @@ spec: description: external_ids field in the Interface table in OVSDB type: object + mtuRequest: + description: mtu_request field in the Interface + table in OVSDB + type: integer options: additionalProperties: type: string @@ -237,6 +241,10 @@ spec: description: external_ids field in the Interface table in OVSDB type: object + mtuRequest: + description: mtu_request field in the Interface + table in OVSDB + type: integer options: additionalProperties: type: string diff --git a/deployment/network-operator/values.yaml b/deployment/network-operator/values.yaml index e8d14ceff..959591893 100644 --- a/deployment/network-operator/values.yaml +++ b/deployment/network-operator/values.yaml @@ -152,15 +152,15 @@ sriov-network-operator: # Image URIs for sriov-network-operator components. images: - operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-25.1.0-beta.2 - sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-25.1.0-beta.2 + operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-25.1.0-beta.3 + sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-25.1.0-beta.3 sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.8.1 ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.1.1 ovsCni: ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin:v0.37.0 # rdmaCni: ghcr.io/k8snetworkplumbingwg/rdma-cni:v1.2.0 sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.8.0 resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.7.0 - webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-25.1.0-beta.2 + webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-25.1.0-beta.3 # imagePullSecrest for SR-IOV Network Operator related images # imagePullSecrets: [] sriovOperatorConfig: diff --git a/hack/release.yaml b/hack/release.yaml index d5a935046..3640595ac 100644 --- a/hack/release.yaml +++ b/hack/release.yaml @@ -9,15 +9,15 @@ NetworkOperatorInitContainer: SriovNetworkOperator: image: sriov-network-operator repository: nvcr.io/nvstaging/mellanox - version: network-operator-25.1.0-beta.2 + version: network-operator-25.1.0-beta.3 SriovNetworkOperatorWebhook: image: sriov-network-operator-webhook repository: nvcr.io/nvstaging/mellanox - version: network-operator-25.1.0-beta.2 + version: network-operator-25.1.0-beta.3 SriovConfigDaemon: image: sriov-network-operator-config-daemon repository: nvcr.io/nvstaging/mellanox - version: network-operator-25.1.0-beta.2 + version: network-operator-25.1.0-beta.3 SriovCni: image: sriov-cni repository: ghcr.io/k8snetworkplumbingwg