mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
* Upgraded catalog item(s)
This commit upgrades radarr, firefly-iii, frigate, n8n, homarr catalog item(s).
* revert n8n
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
26 lines
407 B
YAML
26 lines
407 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/radarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 5.3.6.8612
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
radarrConfig:
|
|
instanceName: Radarr
|
|
additionalEnvs: []
|
|
radarrNetwork:
|
|
webPort: 30025
|
|
hostNetwork: false
|
|
radarrRunAs:
|
|
user: 568
|
|
group: 568
|
|
radarrStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|