mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 16:59:53 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -3,7 +3,7 @@ description: Syncthing is a continuous file synchronization program.
|
||||
annotations:
|
||||
title: Syncthing
|
||||
type: application
|
||||
version: 1.0.9
|
||||
version: 1.0.10
|
||||
apiVersion: v2
|
||||
appVersion: '1.23.3'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -49,6 +49,7 @@ configmap:
|
||||
setConfig defaults folder sync-ownership set -- 1
|
||||
setConfig defaults folder send-xattrs set -- 1
|
||||
setConfig defaults folder sync-xattrs set -- 1
|
||||
setConfig defaults folder ignore-perms set -- 1
|
||||
syncthing-truenas-logo:
|
||||
enabled: true
|
||||
data:
|
||||
@@ -30,8 +30,9 @@ workload:
|
||||
- SETGID
|
||||
- SETFCAP
|
||||
- SETPCAP
|
||||
- SYS_ADMIN
|
||||
env:
|
||||
PCAP: cap_chown,cap_dac_override,cap_fowner+ep
|
||||
PCAP: cap_sys_admin,cap_chown,cap_dac_override,cap_fowner+ep
|
||||
STGUIADDRESS: "0.0.0.0:{{ .Values.syncthingNetwork.webPort }}"
|
||||
# Set a custom override for the GUI assets
|
||||
STGUIASSETS: /var/truenas/assets/gui
|
||||
Reference in New Issue
Block a user