From f598a42797af13bc9e1653bbf2e06d1bf14b407f Mon Sep 17 00:00:00 2001 From: TheDodger Date: Tue, 29 Jul 2025 12:47:21 +0200 Subject: [PATCH] fix(netbootxyz): Add --tftp-single-port env var to fix TFTP (#37904) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** See title and https://github.com/netbootxyz/docker-netbootxyz/issues/14 ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 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?** Network bootin' **📃 Notes:** **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 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 - [X] ⬆️ 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._ --- charts/stable/netbootxyz/Chart.yaml | 2 +- charts/stable/netbootxyz/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/stable/netbootxyz/Chart.yaml b/charts/stable/netbootxyz/Chart.yaml index 6012d6953cf..cbc1146e22b 100644 --- a/charts/stable/netbootxyz/Chart.yaml +++ b/charts/stable/netbootxyz/Chart.yaml @@ -36,5 +36,5 @@ sources: - https://github.com/netbootxyz/netboot.xyz - https://github.com/truecharts/charts/tree/master/charts/stable/netbootxyz type: application -version: 7.2.0 +version: 7.2.1 diff --git a/charts/stable/netbootxyz/values.yaml b/charts/stable/netbootxyz/values.yaml index caf1e90413e..71a30d71533 100644 --- a/charts/stable/netbootxyz/values.yaml +++ b/charts/stable/netbootxyz/values.yaml @@ -20,6 +20,7 @@ workload: main: env: MENU_VERSION: "" + TFTPD_OPTS: "--tftp-single-port" service: main: