File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
2222Alternatively, 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
You can’t perform that action at this time.
0 commit comments