mirror of
https://github.com/truenas/charts.git
synced 2026-04-25 19:12:43 +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>
28 lines
382 B
YAML
28 lines
382 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/bazarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.5.1
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
bazarrConfig:
|
|
additionalEnvs: []
|
|
|
|
bazarrNetwork:
|
|
webPort: 30046
|
|
hostNetwork: false
|
|
|
|
bazarrRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
bazarrStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|