Skip to content

Commit 4429d20

Browse files
committed
2 parents 1afe0e9 + 7ad22b1 commit 4429d20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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)