Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ features and system configuration!
#### Quick-start – the short-short version

```bash
$ kubectl apply -k "https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.18.0
$ kubectl apply -k "https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.18.1
namespace/node-feature-discovery created
customresourcedefinition.apiextensions.k8s.io/nodefeaturegroups.nfd.k8s-sigs.io created
customresourcedefinition.apiextensions.k8s.io/nodefeaturerules.nfd.k8s-sigs.io created
Expand Down
2 changes: 1 addition & 1 deletion deployment/base/gc/gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccount: nfd-gc
containers:
- name: nfd-gc
image: registry.k8s.io/nfd/node-feature-discovery:v0.18.0
image: registry.k8s.io/nfd/node-feature-discovery:v0.18.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deployment/base/master/master-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
tolerations: []
containers:
- name: nfd-master
image: registry.k8s.io/nfd/node-feature-discovery:v0.18.0
image: registry.k8s.io/nfd/node-feature-discovery:v0.18.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccount: nfd-topology-updater
containers:
- name: nfd-topology-updater
image: registry.k8s.io/nfd/node-feature-discovery:v0.18.0
image: registry.k8s.io/nfd/node-feature-discovery:v0.18.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deployment/base/worker-daemonset/worker-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: nfd-worker
image: registry.k8s.io/nfd/node-feature-discovery:v0.18.0
image: registry.k8s.io/nfd/node-feature-discovery:v0.18.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deployment/base/worker-job/worker-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- nfd-worker
containers:
- name: nfd-worker
image: registry.k8s.io/nfd/node-feature-discovery:v0.18.0
image: registry.k8s.io/nfd/node-feature-discovery:v0.18.1
imagePullPolicy: IfNotPresent
command:
- "nfd-worker"
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/node-feature-discovery/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.18.0
appVersion: v0.18.1
icon: https://kubernetes-sigs.github.io/node-feature-discovery/v0.18/assets/images/nfd/favicon.svg
description: |
Detects hardware features available on each node in a Kubernetes cluster, and advertises
Expand Down
2 changes: 1 addition & 1 deletion deployment/overlays/prune/master-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
tolerations: []
containers:
- name: nfd-master
image: registry.k8s.io/nfd/node-feature-discovery:v0.18.0
image: registry.k8s.io/nfd/node-feature-discovery:v0.18.1
imagePullPolicy: IfNotPresent
command:
- "nfd-master"
Expand Down
6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ scss: |
# Release is the full released version number. Used to make external links to
# point to the correct blobs in the Github repo. This is also the version shown
# in the sidebar (top left corner of the page)
release: v0.18.0
release: v0.18.1

# Container image and OCI Helm repo which to point to in the documentation
container_image: registry.k8s.io/nfd/node-feature-discovery:v0.18.0
container_image: registry.k8s.io/nfd/node-feature-discovery:v0.18.1
helm_oci_repo: oci://registry.k8s.io/nfd/charts/node-feature-discovery
helm_chart_version: 0.18.0
helm_chart_version: 0.18.1