We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53d22ff + 6ecc357 commit dcace90Copy full SHA for dcace90
1 file changed
README.md
@@ -95,10 +95,10 @@ Install the latest stable version of DRANET using the provided manifest:
95
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/dranet/refs/heads/main/install.yaml
96
```
97
98
-To install using the Helm chart from a local tree:
+or using the Helm chart:
99
100
```sh
101
-helm upgrade --install dranet ./deployments/helm/dranet -n kube-system
+helm install -n kube-system dranet oci://registry.k8s.io/networking/charts/dranet --version v1.3.0
102
103
104
For available configuration options, see the [chart README](deployments/helm/dranet/README.md).
0 commit comments