Skip to content

Commit e59faa8

Browse files
committed
deployments: update NFD to v0.16.4
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 8387a11 commit e59faa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ NOTE: cert-manager install takes a while to complete.
4444

4545
```bash
4646
helm install nfd nfd/node-feature-discovery \
47-
--namespace node-feature-discovery --create-namespace --version 0.15.1
47+
--namespace node-feature-discovery --create-namespace --version 0.16.4
4848
```
4949

5050
### Installing operator

deployments/nfd/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- "https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.15.4"
4+
- "https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.16.4"
55
configMapGenerator:
66
- name: nfd-worker-conf
77
behavior: replace

0 commit comments

Comments
 (0)