mirror of
https://github.com/truenas/charts.git
synced 2026-04-26 03:22:45 +08:00
* Upgraded catalog item(s)
This commit upgrades metube, prowlarr, readarr, searxng, homarr, sonarr catalog item(s).
* untouch test train
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
29 lines
409 B
YAML
29 lines
409 B
YAML
image:
|
|
repository: alexta69/metube
|
|
pullPolicy: IfNotPresent
|
|
tag: '2023-12-31'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
metubeConfig:
|
|
defaultTheme: auto
|
|
additionalEnvs: []
|
|
|
|
metubeNetwork:
|
|
webPort: 30094
|
|
hostNetwork: false
|
|
|
|
metubeRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
metubeStorage:
|
|
downloads:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: downloads
|
|
additionalStorages: []
|