Skip to content

Commit b810980

Browse files
authored
Merge pull request #2347 from marquiz/devel/readme
README: release v0.18.2
2 parents be827bf + b62f4a5 commit b810980

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.1
17+
helm install -n node-feature-discovery --create-namespace nfd oci://registry.k8s.io/nfd/charts/node-feature-discovery --version 0.18.2
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.1"
25+
kubectl apply -k "https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.18.2"
2626
```
2727

2828
#### Verify the deployment

0 commit comments

Comments
 (0)