Skip to content

Commit f527893

Browse files
Yael-dlalmaslennikov
authored andcommitted
chore: Add node-feature-discovery to release.yaml and update Helm values
Signed-off-by: Alexander Maslennikov <[email protected]>
1 parent 0fef450 commit f527893

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

deployment/network-operator/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ node-feature-discovery:
4848
# -- Enable labels cleanup when uninstalling NFD
4949
postDeleteCleanup: false
5050

51+
image:
52+
repository: registry.k8s.io/nfd/node-feature-discovery/node-feature-discovery
53+
tag: v0.15.3
54+
5155
# -- NFD master deployment configuration.
5256
# @notationType -- yaml
5357
master:

hack/release.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ type Release struct {
7676
IpamPlugin *ReleaseImageSpec
7777
NvIPAM *ReleaseImageSpec
7878
NicFeatureDiscovery *ReleaseImageSpec
79+
NodeFeatureDiscovery *ReleaseImageSpec
7980
DOCATelemetryService *ReleaseImageSpec
8081
OVSCni *ReleaseImageSpec
8182
RDMACni *ReleaseImageSpec

hack/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,8 @@ spectrumXOperator:
112112
repository: nvcr.io/nvstaging/mellanox
113113
sourceRepository: spectrum-x-operator
114114
version: network-operator-v25.7.0-beta.1
115+
nodeFeatureDiscovery:
116+
image: node-feature-discovery
117+
repository: registry.k8s.io/nfd/node-feature-discovery
118+
sourceRepository: node-feature-discovery
119+
version: v0.15.3

hack/templates/values/values.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ node-feature-discovery:
4848
# -- Enable labels cleanup when uninstalling NFD
4949
postDeleteCleanup: false
5050

51+
image:
52+
repository: {{ .NodeFeatureDiscovery.Repository }}/{{ .NodeFeatureDiscovery.Image }}
53+
tag: {{ .NodeFeatureDiscovery.Version }}
54+
5155
# -- NFD master deployment configuration.
5256
# @notationType -- yaml
5357
master:

0 commit comments

Comments
 (0)