fix(clustertool): node-feature-discovery repo change (#40374)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
node-feature-discovery have his own oci chart now.
https://github.com/home-operations/charts-mirror/pull/260

https://github.com/kubernetes-sigs/node-feature-discovery/releases/tag/v0.18.0

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
On own cluster

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Boemeltrein
2025-10-05 14:04:24 +02:00
committed by GitHub
parent 7855a85bf2
commit a4523794ab
3 changed files with 13 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ spec:
version: 0.18.0
sourceRef:
kind: HelmRepository
name: home-ops-mirror
name: node-feature-discovery
namespace: flux-system
install:
crds: CreateReplace

View File

@@ -10,6 +10,7 @@ resources:
- jetstack.yaml
- kustomization.yaml
- metallb.yaml
- node-feature-discovery.yaml
- prometheus-community.yaml
- spegel.yaml
- truecharts.yaml

View File

@@ -0,0 +1,11 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/helmrepository_v1.json
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: node-feature-discovery
namespace: flux-system
spec:
type: oci
interval: 2h
url: oci://registry.k8s.io/nfd/charts