mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 19:16:17 +08:00
* Upgraded catalog item(s)
This commit upgrades qbittorrent, overseerr, jenkins catalog item(s).
* untouch jenkins
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
33 lines
500 B
YAML
33 lines
500 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/qbittorrent
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.5.4
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
qbitConfig:
|
|
additionalEnvs: []
|
|
qbitNetwork:
|
|
webPort: 30024
|
|
btPort: 50413
|
|
hostNetwork: false
|
|
qbitRunAs:
|
|
user: 568
|
|
group: 568
|
|
qbitStorage:
|
|
downloads:
|
|
type: ixVolume
|
|
datasetName: downloads
|
|
config:
|
|
type: ixVolume
|
|
datasetName: config
|
|
|
|
notes:
|
|
custom: |
|
|
Default credentials:
|
|
- username: admin
|
|
- password: adminadmin
|