diff --git a/library/ix-dev/enterprise/syncthing/Chart.yaml b/library/ix-dev/enterprise/syncthing/Chart.yaml index 98156e3960..56285ee2de 100644 --- a/library/ix-dev/enterprise/syncthing/Chart.yaml +++ b/library/ix-dev/enterprise/syncthing/Chart.yaml @@ -3,7 +3,7 @@ description: Syncthing is a continuous file synchronization program. annotations: title: Syncthing type: application -version: 1.1.0 +version: 1.1.1 apiVersion: v2 appVersion: '1.23.3' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/enterprise/syncthing/templates/_configure.tpl b/library/ix-dev/enterprise/syncthing/templates/_configure.tpl index 390f118314..bfe02f5153 100644 --- a/library/ix-dev/enterprise/syncthing/templates/_configure.tpl +++ b/library/ix-dev/enterprise/syncthing/templates/_configure.tpl @@ -26,7 +26,7 @@ configmap: done function setConfig() { - syncthing cli --home "$configDir" config $@ + syncthing cli --home "$configDir" config "$@" } # Now we can use the syncthing cli (wrapper around the API) to set the defaults. @@ -50,6 +50,7 @@ configmap: setConfig defaults folder send-xattrs set -- 1 setConfig defaults folder sync-xattrs set -- 1 setConfig defaults folder ignore-perms set -- 1 + setConfig defaults folder path set -- "" syncthing-truenas-logo: enabled: true data: