diff --git a/library/ix-dev/community/webdav/Chart.yaml b/library/ix-dev/community/webdav/Chart.yaml index 57086f17f7..938630ad2f 100644 --- a/library/ix-dev/community/webdav/Chart.yaml +++ b/library/ix-dev/community/webdav/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/library/ix-dev/community/webdav/README.md b/library/ix-dev/community/webdav/README.md index fbc46c3c63..f4a63a659b 100644 --- a/library/ix-dev/community/webdav/README.md +++ b/library/ix-dev/community/webdav/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/library/ix-dev/community/webdav/app-readme.md b/library/ix-dev/community/webdav/app-readme.md index 58ff82094c..cbd7c97847 100644 --- a/library/ix-dev/community/webdav/app-readme.md +++ b/library/ix-dev/community/webdav/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/library/ix-dev/community/webdav/questions.yaml b/library/ix-dev/community/webdav/questions.yaml index 2c49a1924d..e15a199ec5 100644 --- a/library/ix-dev/community/webdav/questions.yaml +++ b/library/ix-dev/community/webdav/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