Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-03-26 20:00:34 +00:00
parent b30dde95a7
commit 025caf2de0
6 changed files with 66 additions and 8 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="friendica-2.0.10"></a>
### [friendica-2.0.10](https://github.com/truecharts/apps/compare/friendica-2.0.9...friendica-2.0.10) (2022-03-26)
#### Fox
* update probe path ([#2293](https://github.com/truecharts/apps/issues/2293))
<a name="friendica-2.0.9"></a>
### [friendica-2.0.9](https://github.com/truecharts/apps/compare/friendica-2.0.8...friendica-2.0.9) (2022-03-26)
+3 -3
View File
@@ -46,9 +46,9 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| probes.liveness.path | string | `"/friendica"` | |
| probes.readiness.path | string | `"/friendica"` | |
| probes.startup.path | string | `"/friendica"` | |
| probes.liveness.path | string | `"/ping"` | |
| probes.readiness.path | string | `"/ping"` | |
| probes.startup.path | string | `"/ping"` | |
| redis.enabled | bool | `true` | |
| redis.existingSecret | string | `"rediscreds"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |