Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-01-26 00:59:12 +00:00
parent c3562752f3
commit 19b42a157e
10 changed files with 1703 additions and 8075 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="onlyoffice-document-server-3.0.17"></a>
### [onlyoffice-document-server-3.0.17](https://github.com/truecharts/apps/compare/onlyoffice-document-server-3.0.16...onlyoffice-document-server-3.0.17) (2022-01-26)
#### Feat
* Use our db and redis instead of buildin ([#1794](https://github.com/truecharts/apps/issues/1794))
<a name="onlyoffice-document-server-3.0.16"></a>
### [onlyoffice-document-server-3.0.16](https://github.com/truecharts/apps/compare/onlyoffice-document-server-3.0.15...onlyoffice-document-server-3.0.16) (2022-01-25)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "6.4.2.6"
appVersion: "7.0.0.132"
dependencies:
- name: common
repository: https://truecharts.org

View File

@ -19,7 +19,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 6.0.58 |
| https://truecharts.org | common | 8.14.2 |
| https://truecharts.org | redis | 1.0.63 |
## Installing the Chart

View File

@ -11,13 +11,30 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| 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. |
| env.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| env.DB_PORT | int | `5432` | |
| env.DB_TYPE | string | `"postgres"` | |
| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.JWT_ENABLED | bool | `true` | |
| env.REDIS_SERVER_PORT | int | `6379` | |
| env.WOPI_ENABLED | bool | `true` | |
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.DB_PWD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.DB_PWD.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.REDIS_SERVER_HOST.secretKeyRef.key | string | `"url"` | |
| envValueFrom.REDIS_SERVER_HOST.secretKeyRef.name | string | `"rediscreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/documentserver"` | |
| image.tag | string | `"v7.0.0.132@sha256:25c99327a7a76a186dec4d4bf8f31eaeebf0e57b8c3476a1cf29e7c5d9ac185a"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"onlyoffice"` | |
| postgresql.postgresqlUsername | string | `"onlyoffice"` | |
| redis.enabled | bool | `true` | |
| redis.existingSecret | string | `"rediscreds"` | |
| secret.JWT_SECRET | string | `"randomgeneratedstring"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="onlyoffice-document-server-3.0.17"></a>
### [onlyoffice-document-server-3.0.17](https://github.com/truecharts/apps/compare/onlyoffice-document-server-3.0.16...onlyoffice-document-server-3.0.17) (2022-01-26)
#### Feat
* Use our db and redis instead of buildin ([#1794](https://github.com/truecharts/apps/issues/1794))
<a name="onlyoffice-document-server-3.0.16"></a>
### [onlyoffice-document-server-3.0.16](https://github.com/truecharts/apps/compare/onlyoffice-document-server-3.0.15...onlyoffice-document-server-3.0.16) (2022-01-25)

View File

@ -11,13 +11,30 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| 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. |
| env.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| env.DB_PORT | int | `5432` | |
| env.DB_TYPE | string | `"postgres"` | |
| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.JWT_ENABLED | bool | `true` | |
| env.REDIS_SERVER_PORT | int | `6379` | |
| env.WOPI_ENABLED | bool | `true` | |
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.DB_PWD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.DB_PWD.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.REDIS_SERVER_HOST.secretKeyRef.key | string | `"url"` | |
| envValueFrom.REDIS_SERVER_HOST.secretKeyRef.name | string | `"rediscreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/documentserver"` | |
| image.tag | string | `"v7.0.0.132@sha256:25c99327a7a76a186dec4d4bf8f31eaeebf0e57b8c3476a1cf29e7c5d9ac185a"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"onlyoffice"` | |
| postgresql.postgresqlUsername | string | `"onlyoffice"` | |
| redis.enabled | bool | `true` | |
| redis.existingSecret | string | `"rediscreds"` | |
| secret.JWT_SECRET | string | `"randomgeneratedstring"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |

View File

@ -19,7 +19,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 6.0.58 |
| https://truecharts.org | common | 8.14.2 |
| https://truecharts.org | redis | 1.0.63 |
## Installing the Chart

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff