Skip to content

Commit a39c9d6

Browse files
authored
Merge pull request #2333 from kubernetes-sigs/devel/readme
README: release v0.18.1
2 parents b06907b + b0885fc commit a39c9d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ features and system configuration!
1414
#### Helm
1515

1616
```bash
17-
helm install -n node-feature-discovery --create-namespace nfd oci://registry.k8s.io/nfd/charts/node-feature-discovery --version 0.18.0
17+
helm install -n node-feature-discovery --create-namespace nfd oci://registry.k8s.io/nfd/charts/node-feature-discovery --version 0.18.1
1818
```
1919

2020
#### Kustomize
2121

2222
Alternatively, you can deploy using kubectl and kustomize:
2323

2424
```bash
25-
kubectl apply -k "https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.18.0"
25+
kubectl apply -k "https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.18.1"
2626
```
2727

2828
#### Verify the deployment

0 commit comments

Comments
 (0)