mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
This commit upgrades home-assistant, emby, zerotier, mealie, paperless-ngx, lidarr, sabnzbd, readarr, homepage, planka, actual-budget, homarr, unifi-controller catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
37 lines
543 B
YAML
37 lines
543 B
YAML
image:
|
|
repository: ghcr.io/ajnart/homarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.15.3
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
homarrConfig:
|
|
password: ''
|
|
additionalEnvs: []
|
|
|
|
homarrNetwork:
|
|
webPort: 30052
|
|
hostNetwork: false
|
|
|
|
homarrRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
homarrStorage:
|
|
configs:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: configs
|
|
data:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
icons:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: icons
|
|
additionalStorages: []
|