mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 14:18:23 +08:00
* Upgraded catalog item(s)
This commit upgrades syncthing, sonarr, metube, prowlarr, lidarr, immich, webdav, actual-budget catalog item(s).
* undo pgvector update
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
34 lines
465 B
YAML
34 lines
465 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: syncthing/syncthing
|
|
tag: 1.27.9
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
podOptions:
|
|
dnsConfig:
|
|
options: []
|
|
|
|
syncthingConfig:
|
|
additionalEnvs: []
|
|
|
|
syncthingID:
|
|
user: 568
|
|
group: 568
|
|
|
|
syncthingNetwork:
|
|
webPort: 20910
|
|
tcpPort: 20978
|
|
udpPort: 20979
|
|
hostNetwork: false
|
|
|
|
syncthingStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|