mirror of
https://github.com/truenas/charts.git
synced 2026-04-25 11:01:14 +08:00
* Upgraded catalog item(s)
This commit upgrades navidrome, nginx-proxy-manager, bazarr, jellyseerr, drawio, metube, castopod, prowlarr, immich, netbootxyz, autobrr, searxng, ddns-updater, freshrss, homepage, audiobookshelf, odoo catalog item(s).
* revert 2 apps
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
32 lines
530 B
YAML
32 lines
530 B
YAML
image:
|
|
repository: netbootxyz/netbootxyz
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.7.3-nbxyz3
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
netbootConfig:
|
|
tftpdOpts: []
|
|
additionalEnvs: []
|
|
|
|
netbootNetwork:
|
|
# TFTP only works with hostNetwork: true
|
|
hostNetwork: true
|
|
tftpPort: 31009
|
|
webHttpPort: 31010
|
|
webAssetsPort: 31011
|
|
|
|
netbootStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
assets:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: assets
|
|
additionalStorages: []
|