Files
truecharts/charts/stable/netbootxyz/values.yaml
T
TheDodger f598a42797 fix(netbootxyz): Add --tftp-single-port env var to fix TFTP (#37904)
**Description**

See title and https://github.com/netbootxyz/docker-netbootxyz/issues/14

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

**⚙️ 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:**
<!-- Please enter any other relevant information here -->

**✔️ 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._
2025-07-29 12:47:21 +02:00

62 lines
1.1 KiB
YAML

image:
repository: ghcr.io/netbootxyz/netbootxyz
pullPolicy: IfNotPresent
tag: 0.7.6-nbxyz2@sha256:c0f6be6d49a5d5df6620332bd582e56c95a091a3f60a25133b19f6d686e1fa39
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
capabilities:
add:
- SYS_CHROOT
workload:
main:
podSpec:
containers:
main:
env:
MENU_VERSION: ""
TFTPD_OPTS: "--tftp-single-port"
service:
main:
ports:
main:
protocol: http
targetPort: 3000
port: 10612
assets:
enabled: true
ports:
assets:
enabled: true
protocol: http
targetPort: 80
port: 10613
tftp:
enabled: true
ports:
tftp:
enabled: true
port: 69
protocol: udp
targetPort: 69
ingress:
assets:
enabled: false
targetSelector:
assets: assets
persistence:
config:
enabled: true
mountPath: /config
assets:
enabled: true
mountPath: /assets