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` | |
+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` | |
+2 -1
View File
@@ -129,7 +129,7 @@ A lot of our work is based on the great effort of others. We would love to exten
## Contributors ✨
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-71-orange.svg?style=for-the-badge)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-72-orange.svg?style=for-the-badge)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -231,6 +231,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
</tr>
<tr>
<td align="center"><a href="https://github.com/190n"><img src="https://avatars.githubusercontent.com/u/7763597?v=4?s=100" width="100px;" alt=""/><br /><sub><b>190n</b></sub></a><br /><a href="https://github.com/truecharts/apps/commits?author=190n" title="Code">💻</a> <a href="https://github.com/truecharts/apps/commits?author=190n" title="Documentation">📖</a></td>
<td align="center"><a href="https://alexejk.io"><img src="https://avatars.githubusercontent.com/u/104794?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alexej Kubarev</b></sub></a><br /><a href="https://github.com/truecharts/apps/commits?author=alexejk" title="Documentation">📖</a></td>
</tr>
</table>
+40 -1
View File
@@ -19042,6 +19042,45 @@ entries:
- https://github.com/truecharts/apps/releases/download/freshrss-9.0.25/freshrss-9.0.25.tgz
version: 9.0.25
friendica:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- social
truecharts.org/grade: U
apiVersion: v2
appVersion: "2022.03"
created: "2022-03-26T19:56:07.383213434Z"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.1.15
- condition: mariadb.enabled
name: mariadb
repository: https://truecharts.org/
version: 2.0.12
- condition: redis.enabled
name: redis
repository: https://truecharts.org
version: 2.0.8
description: Welcome to the free social web
digest: 7d86c06c0b619bcacd3bbedd6910e44f266dc8769ffcce09477dd2a175f79f86
home: https://github.com/truecharts/apps/tree/master/charts/stable/friendica
icon: https://truecharts.org/_static/img/appicons/friendica.png
keywords:
- friend
- social
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: friendica
sources:
- https://friendi.ca/
- https://hub.docker.com/_/friendica
urls:
- https://github.com/truecharts/apps/releases/download/friendica-2.0.10/friendica-2.0.10.tgz
version: 2.0.10
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -85106,4 +85145,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
version: 9.0.24
generated: "2022-03-26T17:50:16.171804295Z"
generated: "2022-03-26T19:56:07.391845812Z"