Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
eee04d8edd
commit
e920128b49
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="onlyoffice-document-server-3.1.3"></a>
|
||||
### [onlyoffice-document-server-3.1.3](https://github.com/truecharts/apps/compare/onlyoffice-document-server-3.1.2...onlyoffice-document-server-3.1.3) (2022-02-08)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Point probes to healthcheck endpoint ([#1867](https://github.com/truecharts/apps/issues/1867))
|
||||
|
||||
|
||||
|
||||
<a name="onlyoffice-document-server-3.1.2"></a>
|
||||
### [onlyoffice-document-server-3.1.2](https://github.com/truecharts/apps/compare/onlyoffice-document-server-3.1.1...onlyoffice-document-server-3.1.2) (2022-02-06)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
<a name="onlyoffice-document-server-3.0.12"></a>
|
||||
### [onlyoffice-document-server-3.0.12](https://github.com/truecharts/apps/compare/onlyoffice-document-server-3.0.11...onlyoffice-document-server-3.0.12) (2022-01-13)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm general non-major helm releases ([#1712](https://github.com/truecharts/apps/issues/1712))
|
||||
|
||||
#### Feat
|
||||
|
||||
* expose capabilities in GUI ([#1709](https://github.com/truecharts/apps/issues/1709))
|
|
@ -9,4 +9,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 1.0.67
|
||||
digest: sha256:b2a31ddc8b97ca56673da7fcd38baf52278484298de091c7f4dd1c1ba4375a3f
|
||||
generated: "2022-02-06T17:02:53.94255165Z"
|
||||
generated: "2022-02-08T09:09:08.366978411Z"
|
|
@ -30,7 +30,7 @@ sources:
|
|||
- https://github.com/ONLYOFFICE/DocumentServer
|
||||
- https://github.com/ONLYOFFICE/Docker-DocumentServer
|
||||
- https://hub.docker.com/r/onlyoffice/documentserver/
|
||||
version: 3.1.2
|
||||
version: 3.1.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- office
|
|
@ -33,6 +33,9 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"onlyoffice"` | |
|
||||
| postgresql.postgresqlUsername | string | `"onlyoffice"` | |
|
||||
| probes.liveness.path | string | `"/healthcheck"` | |
|
||||
| probes.readiness.path | string | `"/healthcheck"` | |
|
||||
| probes.startup.path | string | `"/healthcheck"` | |
|
||||
| redis.enabled | bool | `true` | |
|
||||
| redis.existingSecret | string | `"rediscreds"` | |
|
||||
| secret.JWT_SECRET | string | `"randomgeneratedstring"` | |
|
|
@ -37,6 +37,14 @@ envValueFrom:
|
|||
name: rediscreds
|
||||
key: url
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
path: "/healthcheck"
|
||||
readiness:
|
||||
path: "/healthcheck"
|
||||
startup:
|
||||
path: "/healthcheck"
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue