diff --git a/enterprise/syncthing/1.1.0/Chart.lock b/enterprise/syncthing/1.1.1/Chart.lock similarity index 100% rename from enterprise/syncthing/1.1.0/Chart.lock rename to enterprise/syncthing/1.1.1/Chart.lock diff --git a/enterprise/syncthing/1.1.0/Chart.yaml b/enterprise/syncthing/1.1.1/Chart.yaml similarity index 97% rename from enterprise/syncthing/1.1.0/Chart.yaml rename to enterprise/syncthing/1.1.1/Chart.yaml index 98156e3960..56285ee2de 100644 --- a/enterprise/syncthing/1.1.0/Chart.yaml +++ b/enterprise/syncthing/1.1.1/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/enterprise/syncthing/1.1.0/README.md b/enterprise/syncthing/1.1.1/README.md similarity index 100% rename from enterprise/syncthing/1.1.0/README.md rename to enterprise/syncthing/1.1.1/README.md diff --git a/enterprise/syncthing/1.1.0/app-readme.md b/enterprise/syncthing/1.1.1/app-readme.md similarity index 100% rename from enterprise/syncthing/1.1.0/app-readme.md rename to enterprise/syncthing/1.1.1/app-readme.md diff --git a/enterprise/syncthing/1.1.0/charts/common-1.1.1.tgz b/enterprise/syncthing/1.1.1/charts/common-1.1.1.tgz similarity index 100% rename from enterprise/syncthing/1.1.0/charts/common-1.1.1.tgz rename to enterprise/syncthing/1.1.1/charts/common-1.1.1.tgz diff --git a/enterprise/syncthing/1.1.0/ci/basic-no-hostnet-values.yaml b/enterprise/syncthing/1.1.1/ci/basic-no-hostnet-values.yaml similarity index 100% rename from enterprise/syncthing/1.1.0/ci/basic-no-hostnet-values.yaml rename to enterprise/syncthing/1.1.1/ci/basic-no-hostnet-values.yaml diff --git a/enterprise/syncthing/1.1.0/ci/basic-values.yaml b/enterprise/syncthing/1.1.1/ci/basic-values.yaml similarity index 100% rename from enterprise/syncthing/1.1.0/ci/basic-values.yaml rename to enterprise/syncthing/1.1.1/ci/basic-values.yaml diff --git a/enterprise/syncthing/1.1.0/ci/https-no-hostnet-values.yaml b/enterprise/syncthing/1.1.1/ci/https-no-hostnet-values.yaml similarity index 100% rename from enterprise/syncthing/1.1.0/ci/https-no-hostnet-values.yaml rename to enterprise/syncthing/1.1.1/ci/https-no-hostnet-values.yaml diff --git a/enterprise/syncthing/1.1.0/ci/https-values.yaml b/enterprise/syncthing/1.1.1/ci/https-values.yaml similarity index 100% rename from enterprise/syncthing/1.1.0/ci/https-values.yaml rename to enterprise/syncthing/1.1.1/ci/https-values.yaml diff --git a/enterprise/syncthing/1.1.0/ix_values.yaml b/enterprise/syncthing/1.1.1/ix_values.yaml similarity index 100% rename from enterprise/syncthing/1.1.0/ix_values.yaml rename to enterprise/syncthing/1.1.1/ix_values.yaml diff --git a/enterprise/syncthing/1.1.0/metadata.yaml b/enterprise/syncthing/1.1.1/metadata.yaml similarity index 100% rename from enterprise/syncthing/1.1.0/metadata.yaml rename to enterprise/syncthing/1.1.1/metadata.yaml diff --git a/enterprise/syncthing/1.1.0/questions.yaml b/enterprise/syncthing/1.1.1/questions.yaml similarity index 100% rename from enterprise/syncthing/1.1.0/questions.yaml rename to enterprise/syncthing/1.1.1/questions.yaml diff --git a/enterprise/syncthing/1.1.0/templates/NOTES.txt b/enterprise/syncthing/1.1.1/templates/NOTES.txt similarity index 100% rename from enterprise/syncthing/1.1.0/templates/NOTES.txt rename to enterprise/syncthing/1.1.1/templates/NOTES.txt diff --git a/enterprise/syncthing/1.1.0/templates/_certContainer.tpl b/enterprise/syncthing/1.1.1/templates/_certContainer.tpl similarity index 100% rename from enterprise/syncthing/1.1.0/templates/_certContainer.tpl rename to enterprise/syncthing/1.1.1/templates/_certContainer.tpl diff --git a/enterprise/syncthing/1.1.0/templates/_configure.tpl b/enterprise/syncthing/1.1.1/templates/_configure.tpl similarity index 98% rename from enterprise/syncthing/1.1.0/templates/_configure.tpl rename to enterprise/syncthing/1.1.1/templates/_configure.tpl index 390f118314..bfe02f5153 100644 --- a/enterprise/syncthing/1.1.0/templates/_configure.tpl +++ b/enterprise/syncthing/1.1.1/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: diff --git a/enterprise/syncthing/1.1.0/templates/_persistence.tpl b/enterprise/syncthing/1.1.1/templates/_persistence.tpl similarity index 100% rename from enterprise/syncthing/1.1.0/templates/_persistence.tpl rename to enterprise/syncthing/1.1.1/templates/_persistence.tpl diff --git a/enterprise/syncthing/1.1.0/templates/_portal.tpl b/enterprise/syncthing/1.1.1/templates/_portal.tpl similarity index 100% rename from enterprise/syncthing/1.1.0/templates/_portal.tpl rename to enterprise/syncthing/1.1.1/templates/_portal.tpl diff --git a/enterprise/syncthing/1.1.0/templates/_service.tpl b/enterprise/syncthing/1.1.1/templates/_service.tpl similarity index 100% rename from enterprise/syncthing/1.1.0/templates/_service.tpl rename to enterprise/syncthing/1.1.1/templates/_service.tpl diff --git a/enterprise/syncthing/1.1.0/templates/_syncthing.tpl b/enterprise/syncthing/1.1.1/templates/_syncthing.tpl similarity index 100% rename from enterprise/syncthing/1.1.0/templates/_syncthing.tpl rename to enterprise/syncthing/1.1.1/templates/_syncthing.tpl diff --git a/enterprise/syncthing/1.1.0/templates/common.yaml b/enterprise/syncthing/1.1.1/templates/common.yaml similarity index 100% rename from enterprise/syncthing/1.1.0/templates/common.yaml rename to enterprise/syncthing/1.1.1/templates/common.yaml diff --git a/enterprise/syncthing/1.1.0/upgrade_strategy_disable b/enterprise/syncthing/1.1.1/upgrade_strategy_disable similarity index 100% rename from enterprise/syncthing/1.1.0/upgrade_strategy_disable rename to enterprise/syncthing/1.1.1/upgrade_strategy_disable