diff --git a/catalog.json b/catalog.json index 6ad8b2901f..34d24ccd6e 100644 --- a/catalog.json +++ b/catalog.json @@ -1385,7 +1385,7 @@ "icon_url": "https://avatars.githubusercontent.com/u/48932923" }, "webdav": { - "app_readme": "
WebDAV is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.
\n\n", + "app_readme": "When application is installed and
\nFix Permissionsis selected on at least 1 share\na container will be launched with root privileges. This is required in order to apply\nthe correct permissions to theWebDAVshares/directories.\nAfterward, theWebDAVcontainer will run as a non-root user (Default:568).\nChownwill only apply if the parent directory does not match the configured user and group.
WebDAV is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.
\n\n", "categories": [ "file-sharing" ], @@ -1394,9 +1394,9 @@ "healthy_error": null, "home": "http://www.webdav.org/", "location": "/__w/charts/charts/community/webdav", - "latest_version": "1.0.1", + "latest_version": "1.0.2", "latest_app_version": "1.1.3.2982", - "latest_human_version": "1.1.3.2982_1.0.1", + "latest_human_version": "1.1.3.2982_1.0.2", "last_update": "2023-06-10 20:58:16", "name": "webdav", "recommended": false, @@ -1591,7 +1591,7 @@ "latest_version": "1.0.1", "latest_app_version": "1.23.3", "latest_human_version": "1.23.3_1.0.1", - "last_update": "2023-06-05 13:13:21", + "last_update": "2023-06-10 20:59:12", "name": "syncthing", "recommended": false, "title": "Syncthing", diff --git a/community/webdav/1.0.1/Chart.lock b/community/webdav/1.0.2/Chart.lock similarity index 100% rename from community/webdav/1.0.1/Chart.lock rename to community/webdav/1.0.2/Chart.lock diff --git a/community/webdav/1.0.1/Chart.yaml b/community/webdav/1.0.2/Chart.yaml similarity index 97% rename from community/webdav/1.0.1/Chart.yaml rename to community/webdav/1.0.2/Chart.yaml index 57086f17f7..938630ad2f 100644 --- a/community/webdav/1.0.1/Chart.yaml +++ b/community/webdav/1.0.2/Chart.yaml @@ -3,7 +3,7 @@ description: WebDAV is a set of extensions to the HTTP protocol which allows use annotations: title: WebDAv type: application -version: 1.0.1 +version: 1.0.2 apiVersion: v2 appVersion: '1.1.3.2982' kubeVersion: '>=1.16.0-0' diff --git a/community/webdav/1.0.1/README.md b/community/webdav/1.0.2/README.md similarity index 96% rename from community/webdav/1.0.1/README.md rename to community/webdav/1.0.2/README.md index fbc46c3c63..f4a63a659b 100644 --- a/community/webdav/1.0.1/README.md +++ b/community/webdav/1.0.2/README.md @@ -5,5 +5,5 @@ > When application is installed and `Fix Permissions` is selected on at least 1 share > a container will be launched with **root** privileges. This is required in order to apply > the correct permissions to the selected `WebDAV` shares/directories. -> Afterward, the `WebDAV` container will run as a **non**-root user (Default: `568`). +> Afterward, the `WebDAV` container will run as a **non**-root user (Default: `666`). > Note that `chown` will only apply if the parent directory does not match the configured user and group. diff --git a/community/webdav/1.0.1/app-readme.md b/community/webdav/1.0.2/app-readme.md similarity index 96% rename from community/webdav/1.0.1/app-readme.md rename to community/webdav/1.0.2/app-readme.md index 58ff82094c..cbd7c97847 100644 --- a/community/webdav/1.0.1/app-readme.md +++ b/community/webdav/1.0.2/app-readme.md @@ -5,5 +5,5 @@ > When application is installed and `Fix Permissions` is selected on at least 1 share > a container will be launched with **root** privileges. This is required in order to apply > the correct permissions to the `WebDAV` shares/directories. -> Afterward, the `WebDAV` container will run as a **non**-root user (Default: `568`). +> Afterward, the `WebDAV` container will run as a **non**-root user (Default: `666`). > `Chown` will only apply if the parent directory does not match the configured user and group. diff --git a/community/webdav/1.0.1/charts/common-1.0.8.tgz b/community/webdav/1.0.2/charts/common-1.0.8.tgz similarity index 100% rename from community/webdav/1.0.1/charts/common-1.0.8.tgz rename to community/webdav/1.0.2/charts/common-1.0.8.tgz diff --git a/community/webdav/1.0.1/ci/http-basicauth-other-user-values.yaml b/community/webdav/1.0.2/ci/http-basicauth-other-user-values.yaml similarity index 100% rename from community/webdav/1.0.1/ci/http-basicauth-other-user-values.yaml rename to community/webdav/1.0.2/ci/http-basicauth-other-user-values.yaml diff --git a/community/webdav/1.0.1/ci/http-basicauth-values.yaml b/community/webdav/1.0.2/ci/http-basicauth-values.yaml similarity index 100% rename from community/webdav/1.0.1/ci/http-basicauth-values.yaml rename to community/webdav/1.0.2/ci/http-basicauth-values.yaml diff --git a/community/webdav/1.0.1/ci/http-noauth-other-user-values.yaml b/community/webdav/1.0.2/ci/http-noauth-other-user-values.yaml similarity index 100% rename from community/webdav/1.0.1/ci/http-noauth-other-user-values.yaml rename to community/webdav/1.0.2/ci/http-noauth-other-user-values.yaml diff --git a/community/webdav/1.0.1/ci/http-noauth-values.yaml b/community/webdav/1.0.2/ci/http-noauth-values.yaml similarity index 100% rename from community/webdav/1.0.1/ci/http-noauth-values.yaml rename to community/webdav/1.0.2/ci/http-noauth-values.yaml diff --git a/community/webdav/1.0.1/ci/http_https-basicauth-other-user-values.yaml b/community/webdav/1.0.2/ci/http_https-basicauth-other-user-values.yaml similarity index 100% rename from community/webdav/1.0.1/ci/http_https-basicauth-other-user-values.yaml rename to community/webdav/1.0.2/ci/http_https-basicauth-other-user-values.yaml diff --git a/community/webdav/1.0.1/ci/http_https-basicauth-values.yaml b/community/webdav/1.0.2/ci/http_https-basicauth-values.yaml similarity index 100% rename from community/webdav/1.0.1/ci/http_https-basicauth-values.yaml rename to community/webdav/1.0.2/ci/http_https-basicauth-values.yaml diff --git a/community/webdav/1.0.1/ci/http_https-noauth-other-user-values.yaml b/community/webdav/1.0.2/ci/http_https-noauth-other-user-values.yaml similarity index 100% rename from community/webdav/1.0.1/ci/http_https-noauth-other-user-values.yaml rename to community/webdav/1.0.2/ci/http_https-noauth-other-user-values.yaml diff --git a/community/webdav/1.0.1/ci/http_https-noauth-values.yaml b/community/webdav/1.0.2/ci/http_https-noauth-values.yaml similarity index 100% rename from community/webdav/1.0.1/ci/http_https-noauth-values.yaml rename to community/webdav/1.0.2/ci/http_https-noauth-values.yaml diff --git a/community/webdav/1.0.1/ci/https-basicauth-other-user-values copy.yaml b/community/webdav/1.0.2/ci/https-basicauth-other-user-values copy.yaml similarity index 100% rename from community/webdav/1.0.1/ci/https-basicauth-other-user-values copy.yaml rename to community/webdav/1.0.2/ci/https-basicauth-other-user-values copy.yaml diff --git a/community/webdav/1.0.1/ci/https-basicauth-values.yaml b/community/webdav/1.0.2/ci/https-basicauth-values.yaml similarity index 100% rename from community/webdav/1.0.1/ci/https-basicauth-values.yaml rename to community/webdav/1.0.2/ci/https-basicauth-values.yaml diff --git a/community/webdav/1.0.1/ci/https-noauth-other-user-values.yaml b/community/webdav/1.0.2/ci/https-noauth-other-user-values.yaml similarity index 100% rename from community/webdav/1.0.1/ci/https-noauth-other-user-values.yaml rename to community/webdav/1.0.2/ci/https-noauth-other-user-values.yaml diff --git a/community/webdav/1.0.1/ci/https-noauth-values.yaml b/community/webdav/1.0.2/ci/https-noauth-values.yaml similarity index 100% rename from community/webdav/1.0.1/ci/https-noauth-values.yaml rename to community/webdav/1.0.2/ci/https-noauth-values.yaml diff --git a/community/webdav/1.0.1/ix_values.yaml b/community/webdav/1.0.2/ix_values.yaml similarity index 100% rename from community/webdav/1.0.1/ix_values.yaml rename to community/webdav/1.0.2/ix_values.yaml diff --git a/community/webdav/1.0.1/metadata.yaml b/community/webdav/1.0.2/metadata.yaml similarity index 100% rename from community/webdav/1.0.1/metadata.yaml rename to community/webdav/1.0.2/metadata.yaml diff --git a/community/webdav/1.0.1/questions.yaml b/community/webdav/1.0.2/questions.yaml similarity index 99% rename from community/webdav/1.0.1/questions.yaml rename to community/webdav/1.0.2/questions.yaml index 2c49a1924d..e15a199ec5 100644 --- a/community/webdav/1.0.1/questions.yaml +++ b/community/webdav/1.0.2/questions.yaml @@ -41,6 +41,7 @@ questions: schema: type: string show_if: [["authType", "=", "basic"]] + private: true required: true - variable: additionalEnvs label: Additional Environment Variables @@ -77,7 +78,7 @@ questions: schema: type: int min: 2 - default: 568 + default: 666 required: true - variable: group label: Group ID @@ -85,7 +86,7 @@ questions: schema: type: int min: 2 - default: 568 + default: 666 required: true - variable: webdavNetwork diff --git a/community/webdav/1.0.1/templates/NOTES.txt b/community/webdav/1.0.2/templates/NOTES.txt similarity index 100% rename from community/webdav/1.0.1/templates/NOTES.txt rename to community/webdav/1.0.2/templates/NOTES.txt diff --git a/community/webdav/1.0.1/templates/_configuration.tpl b/community/webdav/1.0.2/templates/_configuration.tpl similarity index 100% rename from community/webdav/1.0.1/templates/_configuration.tpl rename to community/webdav/1.0.2/templates/_configuration.tpl diff --git a/community/webdav/1.0.1/templates/_helper.tpl b/community/webdav/1.0.2/templates/_helper.tpl similarity index 100% rename from community/webdav/1.0.1/templates/_helper.tpl rename to community/webdav/1.0.2/templates/_helper.tpl diff --git a/community/webdav/1.0.1/templates/_validation.tpl b/community/webdav/1.0.2/templates/_validation.tpl similarity index 100% rename from community/webdav/1.0.1/templates/_validation.tpl rename to community/webdav/1.0.2/templates/_validation.tpl diff --git a/community/webdav/1.0.1/templates/_webdav.tpl b/community/webdav/1.0.2/templates/_webdav.tpl similarity index 100% rename from community/webdav/1.0.1/templates/_webdav.tpl rename to community/webdav/1.0.2/templates/_webdav.tpl diff --git a/community/webdav/1.0.1/templates/common.yaml b/community/webdav/1.0.2/templates/common.yaml similarity index 100% rename from community/webdav/1.0.1/templates/common.yaml rename to community/webdav/1.0.2/templates/common.yamlWhen application is installed and
\nFix Permissionsis selected on at least 1 share\na container will be launched with root privileges. This is required in order to apply\nthe correct permissions to theWebDAVshares/directories.\nAfterward, theWebDAVcontainer will run as a non-root user (Default:666).\nChownwill only apply if the parent directory does not match the configured user and group.