From a4523794ab45f167bb70179268599bca398dc929 Mon Sep 17 00:00:00 2001 From: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com> Date: Sun, 5 Oct 2025 14:04:24 +0200 Subject: [PATCH] fix(clustertool): node-feature-discovery repo change (#40374) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** 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 # **⚙️ 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?** On own cluster **📃 Notes:** **✔️ 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._ --- .../node-feature-discovery/app/helm-release.yaml | 2 +- .../generic/root/repositories/helm/kustomization.yaml | 1 + .../repositories/helm/node-feature-discovery.yaml | 11 +++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 clustertool/embed/generic/root/repositories/helm/node-feature-discovery.yaml diff --git a/clustertool/embed/generic/kubernetes/kube-system/node-feature-discovery/app/helm-release.yaml b/clustertool/embed/generic/kubernetes/kube-system/node-feature-discovery/app/helm-release.yaml index 47a9808fc0c..4f4a0c2eca2 100644 --- a/clustertool/embed/generic/kubernetes/kube-system/node-feature-discovery/app/helm-release.yaml +++ b/clustertool/embed/generic/kubernetes/kube-system/node-feature-discovery/app/helm-release.yaml @@ -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 diff --git a/clustertool/embed/generic/root/repositories/helm/kustomization.yaml b/clustertool/embed/generic/root/repositories/helm/kustomization.yaml index 0b0637cde4a..d8a8d9ee1f4 100644 --- a/clustertool/embed/generic/root/repositories/helm/kustomization.yaml +++ b/clustertool/embed/generic/root/repositories/helm/kustomization.yaml @@ -10,6 +10,7 @@ resources: - jetstack.yaml - kustomization.yaml - metallb.yaml + - node-feature-discovery.yaml - prometheus-community.yaml - spegel.yaml - truecharts.yaml diff --git a/clustertool/embed/generic/root/repositories/helm/node-feature-discovery.yaml b/clustertool/embed/generic/root/repositories/helm/node-feature-discovery.yaml new file mode 100644 index 00000000000..5a8308ea23f --- /dev/null +++ b/clustertool/embed/generic/root/repositories/helm/node-feature-discovery.yaml @@ -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