Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-26 20:00:30 +00:00
parent 0939b4d9a0
commit 01992c2ba2
15 changed files with 18 additions and 17 deletions

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)
@ -88,12 +97,3 @@
<a name="friendica-1.0.0"></a>
### [friendica-1.0.0](https://github.com/truecharts/apps/compare/friendica-0.0.44...friendica-1.0.0) (2022-03-03)
#### Chore
* remove fixed env from questions.yaml
* update helm general major helm releases ([#2021](https://github.com/truecharts/apps/issues/2021))
#### Fix
* BREAKING CHANGE Move some env-vars outside of env section ([#2010](https://github.com/truecharts/apps/issues/2010))

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://truecharts.org
version: 2.0.8
digest: sha256:723dd3ddb81395cbb564310e358cbb35556e33c3455dfdabff6f9e3f860cf5a4
generated: "2022-03-26T17:34:29.289766613Z"
generated: "2022-03-26T19:55:07.390995377Z"

View File

@ -27,7 +27,7 @@ name: friendica
sources:
- https://friendi.ca/
- https://hub.docker.com/_/friendica
version: 2.0.9
version: 2.0.10
annotations:
truecharts.org/catagories: |
- social

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` | |

View File

@ -20,6 +20,7 @@ env:
FRIENDICA_TZ: "{{ .Values.TZ }}"
FRIENDICA_DATA_DIR: "/data"
FRIENDICA_CONFIG_DIR: "/config"
# User Defined
FRIENDICA_ADMIN_MAIL: "my@domain.com"
FRIENDICA_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
FRIENDICA_UPGRADE: false
@ -35,11 +36,11 @@ service:
probes:
liveness:
path: "/friendica"
path: "/ping"
readiness:
path: "/friendica"
path: "/ping"
startup:
path: "/friendica"
path: "/ping"
persistence:
varrun: