Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-01-26 00:59:14 +00:00
parent 6a551eaca8
commit 07a9b5dd64
19 changed files with 1227 additions and 614 deletions

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.14.2
digest: sha256:add6a5e615f2accd0ebc68c6ccb45ed13078763b68888bc01ea839371d698449
generated: "2022-01-25T19:43:41.929272888Z"

View File

@ -1,27 +0,0 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| 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. |
| 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` | |
| service.main.ports.main.targetPort | int | `80` | |
All Rights Reserved - The TrueCharts Project

View File

@ -1,34 +0,0 @@
image:
# -- image repository
repository: tccr.io/truecharts/documentserver
# -- image tag
tag: v6.4.2.6@sha256:c298cbb59a2d7f73a5a9bc5cc11f9e0e299ef2ab966e64f3e8d8382921a6341c
# -- image pull policy
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
JWT_SECRET: "randomgeneratedstring"
# -- environment variables. See [image docs](https://github.com/ONLYOFFICE/Docker-DocumentServer#available-configuration-parameters) for more details.
env:
WOPI_ENABLED: true
JWT_ENABLED: true
service:
main:
ports:
main:
port: 10043
targetPort: 80
ingress:
# -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml
main:
enabled: 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)
@ -88,12 +97,3 @@
* update helm general non-major helm releases ([#1623](https://github.com/truecharts/apps/issues/1623))
<a name="onlyoffice-document-server-3.0.7"></a>
### [onlyoffice-document-server-3.0.7](https://github.com/truecharts/apps/compare/onlyoffice-document-server-3.0.6...onlyoffice-document-server-3.0.7) (2021-12-21)
#### Chore
* update helm general non-major helm releases ([#1596](https://github.com/truecharts/apps/issues/1596))

View File

@ -0,0 +1,12 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.14.2
- name: postgresql
repository: https://truecharts.org/
version: 6.0.58
- name: redis
repository: https://truecharts.org
version: 1.0.63
digest: sha256:e41f7ea9203768b04adca367d6fba3dca20224666c88824b364d9d4a9d56c6bf
generated: "2022-01-26T00:55:38.602389442Z"

View File

@ -1,9 +1,17 @@
apiVersion: v2
appVersion: "6.4.2.6"
appVersion: "7.0.0.132"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.14.2
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 6.0.58
- condition: redis.enabled
name: redis
repository: https://truecharts.org
version: 1.0.63
description: 'ONLYOFFICE Document Server is an online office suite comprising viewers
and editors for texts, spreadsheets and presentations, fully compatible with Office
Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real
@ -22,7 +30,7 @@ sources:
- https://github.com/ONLYOFFICE/DocumentServer
- https://github.com/ONLYOFFICE/Docker-DocumentServer
- https://hub.docker.com/r/onlyoffice/documentserver/
version: 3.0.16
version: 3.0.17
annotations:
truecharts.org/catagories: |
- office

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

@ -0,0 +1,44 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| 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` | |
| service.main.ports.main.port | int | `10043` | |
| service.main.ports.main.targetPort | int | `80` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,57 @@
image:
repository: tccr.io/truecharts/documentserver
tag: v7.0.0.132@sha256:25c99327a7a76a186dec4d4bf8f31eaeebf0e57b8c3476a1cf29e7c5d9ac185a
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
JWT_SECRET: "randomgeneratedstring"
env:
WOPI_ENABLED: true
JWT_ENABLED: true
DB_TYPE: "postgres"
DB_PORT: 5432
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
DB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
REDIS_SERVER_PORT: 6379
envValueFrom:
DB_HOST:
secretKeyRef:
name: dbcreds
key: plainhost
DB_PWD:
secretKeyRef:
name: dbcreds
key: postgresql-password
REDIS_SERVER_HOST:
secretKeyRef:
name: rediscreds
key: url
service:
main:
ports:
main:
port: 10043
targetPort: 80
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: onlyoffice
postgresqlDatabase: onlyoffice
# Enabled redis
redis:
enabled: true
existingSecret: "rediscreds"

File diff suppressed because one or more lines are too long