Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ data:
valueFrom:
fieldRef:
fieldPath: metadata.uid
image: registry.k8s.io/nfd/node-feature-discovery:v0.16.4
image: registry.k8s.io/nfd/node-feature-discovery:v0.16.4-minimal
imagePullPolicy: IfNotPresent
livenessProbe:
grpc:
Expand Down Expand Up @@ -1164,7 +1164,7 @@ data:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: registry.k8s.io/nfd/node-feature-discovery:v0.16.4
image: registry.k8s.io/nfd/node-feature-discovery:v0.16.4-minimal
imagePullPolicy: IfNotPresent
livenessProbe:
grpc:
Expand Down Expand Up @@ -1251,7 +1251,7 @@ data:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: registry.k8s.io/nfd/node-feature-discovery:v0.16.4
image: registry.k8s.io/nfd/node-feature-discovery:v0.16.4-minimal
imagePullPolicy: IfNotPresent
name: gc
ports:
Expand Down
3 changes: 3 additions & 0 deletions hack/addons/kustomize/nfd/kustomization.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ helmCharts:
skipTests: true
skipHooks: true
namespace: node-feature-discovery
valuesInline:
image:
tag: v${NODE_FEATURE_DISCOVERY_VERSION}-minimal

namespace: node-feature-discovery
Loading