Skip to content

Commit dcace90

Browse files
authored
Merge pull request #212 from Nordix/docs/oci-install
docs: update installation instructions
2 parents 53d22ff + 6ecc357 commit dcace90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ Install the latest stable version of DRANET using the provided manifest:
9595
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/dranet/refs/heads/main/install.yaml
9696
```
9797

98-
To install using the Helm chart from a local tree:
98+
or using the Helm chart:
9999

100100
```sh
101-
helm upgrade --install dranet ./deployments/helm/dranet -n kube-system
101+
helm install -n kube-system dranet oci://registry.k8s.io/networking/charts/dranet --version v1.3.0
102102
```
103103

104104
For available configuration options, see the [chart README](deployments/helm/dranet/README.md).

0 commit comments

Comments
 (0)