Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-11 12:59:16 +00:00
parent cad131731c
commit 5ef83eaa23
123 changed files with 2073 additions and 613 deletions
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="onlyoffice-document-server-3.0.0"></a>
### [onlyoffice-document-server-3.0.0](https://github.com/truecharts/apps/compare/onlyoffice-document-server-2.0.19...onlyoffice-document-server-3.0.0) (2021-12-11)
#### Feat
* move user/pass/secrets/keys from `env` to `secret` ([#1501](https://github.com/truecharts/apps/issues/1501))
<a name="onlyoffice-document-server-2.0.19"></a>
### [onlyoffice-document-server-2.0.19](https://github.com/truecharts/apps/compare/onlyoffice-document-server-2.0.18...onlyoffice-document-server-2.0.19) (2021-12-07)
@@ -11,13 +11,14 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env | object | `{"JWT_ENABLED":true,"JWT_SECRET":"randomgeneratedstring","WOPI_ENABLED":true}` | environment variables. See [image docs](https://github.com/ONLYOFFICE/Docker-DocumentServer#available-configuration-parameters) for more details. |
| env | object | `{"JWT_ENABLED":true,"WOPI_ENABLED":true}` | environment variables. See [image docs](https://github.com/ONLYOFFICE/Docker-DocumentServer#available-configuration-parameters) for more details. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/documentserver"` | image repository |
| image.tag | string | `"v6.4.2.6@sha256:c298cbb59a2d7f73a5a9bc5cc11f9e0e299ef2ab966e64f3e8d8382921a6341c"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| secret.JWT_SECRET | string | `"randomgeneratedstring"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10043` | |
File diff suppressed because one or more lines are too long