mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 22:28:53 +08:00
This commit upgrades home-assistant, prowlarr, radarr, lidarr, jellyfin, autobrr, readarr, tiny-media-manager, planka catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
29 lines
418 B
YAML
29 lines
418 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/lidarr-develop
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.5.0.4277
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
lidarrConfig:
|
|
instanceName: Lidarr
|
|
additionalEnvs: []
|
|
|
|
lidarrNetwork:
|
|
webPort: 30014
|
|
hostNetwork: false
|
|
|
|
lidarrRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
lidarrStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|