mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 14:18:23 +08:00
* Upgraded catalog item(s)
This commit upgrades photoprism, nextcloud, emby, bazarr, pgadmin, drawio, tailscale, prowlarr, jellyfin, netbootxyz, planka catalog item(s).
* revert pg-admin
---------
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.4.3
|
|
|
|
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: []
|