This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/netbootxyz/netbootxyz](https://redirect.github.com/netbootxyz/docker-netbootxyz/packages) ([source](https://redirect.github.com/netbootxyz/docker-netbootxyz)) | patch | `f53fe55` -> `731018a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
65 lines
1.0 KiB
YAML
65 lines
1.0 KiB
YAML
image:
|
|
repository: ghcr.io/netbootxyz/netbootxyz
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.7.5-nbxyz2@sha256:731018ae8aa03c5d50d7564c5715f74c37d72316d13d3cc52ab368f2da9b9596
|
|
|
|
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:
|
|
enabled: false
|
|
targetSelector:
|
|
assets: assets
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
assets:
|
|
enabled: true
|
|
mountPath: /assets
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|