mirror of
https://github.com/truenas/charts.git
synced 2026-05-02 06:20:54 +08:00
This commit upgrades home-assistant, minio, gitea, sftpgo, nginx-proxy-manager, pgadmin, mealie, cloudflared, vaultwarden, metube, prowlarr, netbootxyz, jenkins, frigate, n8n, actual-budget, tdarr catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
49 lines
788 B
YAML
49 lines
788 B
YAML
image:
|
|
repository: drakkan/sftpgo
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.6.5
|
|
pluginsImage:
|
|
repository: drakkan/sftpgo
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.6.5-plugins
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
sftpgoConfig:
|
|
imageSelector: image
|
|
graceTime: 60
|
|
additionalEnvs: []
|
|
|
|
sftpgoNetwork:
|
|
hostNetwork: false
|
|
certificateID:
|
|
webPort: 30086
|
|
webdavdServices: []
|
|
sftpdServices: []
|
|
ftpdServices: []
|
|
ftpdPassivePortRange:
|
|
start: 50000
|
|
end: 50001
|
|
|
|
sftpgoRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
sftpgoStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
data:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
backups:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: backups
|
|
additionalStorages: []
|