Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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` | |
|
||||
|
||||
Reference in New Issue
Block a user