Skip to content

Commit dd01ae2

Browse files
Merge pull request openshift#1087 from SchSeba/merge-bot-master
Merge https://github.com/k8snetworkplumbingwg/sriov-network-operator:master into main
2 parents 1afe0e9 + 8bba879 commit dd01ae2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bundle/manifests/sriov-network-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ metadata:
100100
categories: Networking
101101
certified: "false"
102102
containerImage: quay.io/openshift/origin-sriov-network-operator:4.19
103-
createdAt: "2025-04-28T23:49:33Z"
103+
createdAt: "2025-04-29T23:49:29Z"
104104
description: An operator for configuring SR-IOV components and initializing SRIOV
105105
network devices in Openshift cluster.
106106
features.operators.openshift.io/cnf: "false"

deployment/sriov-network-operator-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For additional information and methods for installing Helm, refer to the officia
4141
#### Deploy from OCI repo
4242

4343
```
44-
$ helm install -n sriov-network-operator --create-namespace --version 1.3.0 --set sriovOperatorConfig.deploy=true sriov-network-operator oci://ghcr.io/k8snetworkplumbingwg/sriov-network-operator-chart
44+
$ helm install -n sriov-network-operator --create-namespace --version 1.5.0 --set sriovOperatorConfig.deploy=true sriov-network-operator oci://ghcr.io/k8snetworkplumbingwg/sriov-network-operator-chart
4545
```
4646

4747
#### Deploy from project sources

manifests/stable/sriov-network-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ metadata:
100100
categories: Networking
101101
certified: "false"
102102
containerImage: quay.io/openshift/origin-sriov-network-operator:4.19
103-
createdAt: "2025-04-28T23:49:33Z"
103+
createdAt: "2025-04-29T23:49:29Z"
104104
description: An operator for configuring SR-IOV components and initializing SRIOV
105105
network devices in Openshift cluster.
106106
features.operators.openshift.io/cnf: "false"

pkg/consts/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const (
155155

156156
SriovServiceBasePath = "/etc/systemd/system"
157157
SriovServicePath = SriovServiceBasePath + "/sriov-config.service"
158-
SriovPostNetworkServicePath = SriovServiceBasePath + "sriov-config-post-network.service"
158+
SriovPostNetworkServicePath = SriovServiceBasePath + "/sriov-config-post-network.service"
159159

160160
// Feature gates
161161
// ParallelNicConfigFeatureGate: allow to configure nics in parallel

0 commit comments

Comments
 (0)