Skip to content

Commit a121d47

Browse files
committed
Update NFD Chart repo
Old repo will soon be deprecated according to https://github.com/kubernetes-sigs/node-feature-discovery/releases/tag/v0.18.0
1 parent b056078 commit a121d47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/cluster-addons/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ nodeFeatureDiscovery:
331331
# Indicates if node feature discovery should be enabled
332332
enabled: true
333333
chart:
334-
repo: https://kubernetes-sigs.github.io/node-feature-discovery/charts
334+
repo: oci://registry.k8s.io/nfd/charts/node-feature-discovery
335335
name: node-feature-discovery
336336
version: 0.18.0
337337
release:

charts/openstack-cluster/tests/__snapshot__/snapshot_base_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ templated manifests should match snapshot:
281281
bootstrap: true
282282
chart:
283283
name: node-feature-discovery
284-
repo: https://kubernetes-sigs.github.io/node-feature-discovery/charts
284+
repo: oci://registry.k8s.io/nfd/charts/node-feature-discovery
285285
version: 0.18.0
286286
clusterName: RELEASE-NAME
287287
releaseName: node-feature-discovery

charts/openstack-cluster/tests/__snapshot__/snapshot_full_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ templated manifests should match snapshot:
13731373
bootstrap: true
13741374
chart:
13751375
name: node-feature-discovery
1376-
repo: https://kubernetes-sigs.github.io/node-feature-discovery/charts
1376+
repo: oci://registry.k8s.io/nfd/charts/node-feature-discovery
13771377
version: 0.18.0
13781378
clusterName: RELEASE-NAME
13791379
releaseName: node-feature-discovery

0 commit comments

Comments
 (0)