2485176c2d
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/netbootxyz](https://togithub.com/truecharts/containers) | major | `v0.6.7` -> `2.0.53` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS40IiwidXBkYXRlZEluVmVyIjoiMzcuMTAyLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==--> --------- Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
64 lines
1.0 KiB
YAML
64 lines
1.0 KiB
YAML
image:
|
|
repository: ghcr.io/netbootxyz/netbootxyz
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.7.0-nbxyz2@sha256:87336e9cb3d0d9edcb9e8d627137f663cf437f96c62680db216373e317b31407
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
capabilities:
|
|
add:
|
|
- SYS_CHROOT
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
MENU_VERSION: ""
|
|
|
|
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:
|
|
targetSelector:
|
|
assets: assets
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
assets:
|
|
enabled: true
|
|
mountPath: /assets
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|