Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-15 23:31:18 +00:00
parent 55c73e77a8
commit 8da0942f10
811 changed files with 8776 additions and 937 deletions
+10
View File
@@ -1,6 +1,16 @@
# Changelog<br>
<a name="joplin-server-4.0.10"></a>
### [joplin-server-4.0.10](https://github.com/truecharts/apps/compare/joplin-server-4.0.9...joplin-server-4.0.10) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338))
<a name="joplin-server-4.0.9"></a>
### [joplin-server-4.0.9](https://github.com/truecharts/apps/compare/joplin-server-4.0.8...joplin-server-4.0.9) (2021-11-14)
+2 -2
View File
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 5.1.17 |
| https://truecharts.org | common | 8.5.7 |
| https://truecharts.org/ | postgresql | 5.2.2 |
| https://truecharts.org | common | 8.6.2 |
## Installing the Chart
@@ -26,6 +26,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"joplin/server"` | image repository |
| image.tag | string | `"2.5.1@sha256:5bd976f19f883352bacad74767237471941cb35b2ded96a1afeeb7168b1e08d8"` | image tag |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. |