Skip to content

Commit

Permalink
fix: minimal image is not needed bc default
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq committed Sep 3, 2024
1 parent 5fdc73c commit c35fdf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
image:
tag: v0.16.1-minimal
master:
extraLabelNs:
- nvidia.com
Expand Down
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.1-minimal
image: registry.k8s.io/nfd/node-feature-discovery:v0.16.4
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.1-minimal
image: registry.k8s.io/nfd/node-feature-discovery:v0.16.4
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.1-minimal
image: registry.k8s.io/nfd/node-feature-discovery:v0.16.4
imagePullPolicy: IfNotPresent
name: gc
ports:
Expand Down

0 comments on commit c35fdf8

Please sign in to comment.