Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-02-08 09:13:59 +00:00
parent 5a3d31d762
commit b850a260ac
7 changed files with 255 additions and 247 deletions
@@ -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)
@@ -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"` | |
File diff suppressed because one or more lines are too long