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 | `ad1bca9` -> `b1dd79d` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
65 lines
1.0 KiB
YAML
65 lines
1.0 KiB
YAML
image:
|
|
repository: ghcr.io/netbootxyz/netbootxyz
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.7.3-nbxyz2@sha256:b1dd79d0a7b556ae1b17cef3ffacf5867e750597e7566bb47ef047f6642782fa
|
|
|
|
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
|