Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-03 15:44:18 +00:00
parent e8dbca32f5
commit 63e8f0b559
634 changed files with 9046 additions and 693 deletions
@@ -1,6 +1,17 @@
# Changelog<br>
<a name="joplin-server-5.0.5"></a>
### [joplin-server-5.0.5](https://github.com/truecharts/apps/compare/joplin-server-5.0.4...joplin-server-5.0.5) (2021-12-03)
#### Chore
* ensure container references are prefixed with v
* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
<a name="joplin-server-5.0.4"></a>
### [joplin-server-5.0.4](https://github.com/truecharts/apps/compare/joplin-server-5.0.3...joplin-server-5.0.4) (2021-11-30)
@@ -24,8 +24,8 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"joplin/server"` | image repository |
| image.tag | string | `"2.5.1@sha256:5bd976f19f883352bacad74767237471941cb35b2ded96a1afeeb7168b1e08d8"` | image tag |
| image.repository | string | `"tccr.io/truecharts/joplin-server"` | image repository |
| image.tag | string | `"v2.5.1@sha256:a285ff0cf05f534efd28c6652925b57a9774ba41923d15536b873fbbdbabcd2b"` | image tag |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| podSecurityContext.runAsGroup | int | `0` | |