Skip to content

Commit

Permalink
fix: use minimal image for NFD
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Oct 11, 2024
1 parent 4751e3c commit 34f8bed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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

0 comments on commit 34f8bed

Please sign in to comment.