mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
* Upgraded catalog item(s)
This commit upgrades pgadmin, drawio, immich, netbootxyz, n8n catalog item(s).
* revert immich
---------
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.1-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: []
|