From 01992c2ba2f720140e66092997ea962765ae60dc Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 26 Mar 2022 20:00:30 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../friendica/{2.0.9 => 2.0.10}/CHANGELOG.md | 18 +++++++++--------- stable/friendica/{2.0.9 => 2.0.10}/CONFIG.md | 0 stable/friendica/{2.0.9 => 2.0.10}/Chart.lock | 2 +- stable/friendica/{2.0.9 => 2.0.10}/Chart.yaml | 2 +- stable/friendica/{2.0.9 => 2.0.10}/README.md | 0 .../friendica/{2.0.9 => 2.0.10}/app-readme.md | 0 .../charts/common-9.1.15.tgz | Bin .../charts/mariadb-2.0.12.tgz | Bin .../{2.0.9 => 2.0.10}/charts/redis-2.0.8.tgz | Bin .../{2.0.9 => 2.0.10}/helm-values.md | 6 +++--- .../{2.0.9 => 2.0.10}/ix_values.yaml | 7 ++++--- .../{2.0.9 => 2.0.10}/questions.yaml | 0 .../friendica/{2.0.9 => 2.0.10}/security.md | 0 .../{2.0.9 => 2.0.10}/templates/common.yaml | 0 .../friendica/{2.0.9 => 2.0.10}/values.yaml | 0 15 files changed, 18 insertions(+), 17 deletions(-) rename stable/friendica/{2.0.9 => 2.0.10}/CHANGELOG.md (89%) rename stable/friendica/{2.0.9 => 2.0.10}/CONFIG.md (100%) rename stable/friendica/{2.0.9 => 2.0.10}/Chart.lock (87%) rename stable/friendica/{2.0.9 => 2.0.10}/Chart.yaml (98%) rename stable/friendica/{2.0.9 => 2.0.10}/README.md (100%) rename stable/friendica/{2.0.9 => 2.0.10}/app-readme.md (100%) rename stable/friendica/{2.0.9 => 2.0.10}/charts/common-9.1.15.tgz (100%) rename stable/friendica/{2.0.9 => 2.0.10}/charts/mariadb-2.0.12.tgz (100%) rename stable/friendica/{2.0.9 => 2.0.10}/charts/redis-2.0.8.tgz (100%) rename stable/friendica/{2.0.9 => 2.0.10}/helm-values.md (95%) rename stable/friendica/{2.0.9 => 2.0.10}/ix_values.yaml (95%) rename stable/friendica/{2.0.9 => 2.0.10}/questions.yaml (100%) rename stable/friendica/{2.0.9 => 2.0.10}/security.md (100%) rename stable/friendica/{2.0.9 => 2.0.10}/templates/common.yaml (100%) rename stable/friendica/{2.0.9 => 2.0.10}/values.yaml (100%) diff --git a/stable/friendica/2.0.9/CHANGELOG.md b/stable/friendica/2.0.10/CHANGELOG.md similarity index 89% rename from stable/friendica/2.0.9/CHANGELOG.md rename to stable/friendica/2.0.10/CHANGELOG.md index 5fc90180544..76fc8141032 100644 --- a/stable/friendica/2.0.9/CHANGELOG.md +++ b/stable/friendica/2.0.10/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [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)) + + + ### [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 @@ ### [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)) - diff --git a/stable/friendica/2.0.9/CONFIG.md b/stable/friendica/2.0.10/CONFIG.md similarity index 100% rename from stable/friendica/2.0.9/CONFIG.md rename to stable/friendica/2.0.10/CONFIG.md diff --git a/stable/friendica/2.0.9/Chart.lock b/stable/friendica/2.0.10/Chart.lock similarity index 87% rename from stable/friendica/2.0.9/Chart.lock rename to stable/friendica/2.0.10/Chart.lock index 72cb90d7342..a0b48ed9ead 100644 --- a/stable/friendica/2.0.9/Chart.lock +++ b/stable/friendica/2.0.10/Chart.lock @@ -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" diff --git a/stable/friendica/2.0.9/Chart.yaml b/stable/friendica/2.0.10/Chart.yaml similarity index 98% rename from stable/friendica/2.0.9/Chart.yaml rename to stable/friendica/2.0.10/Chart.yaml index 9f036d273fd..6e2c0475587 100644 --- a/stable/friendica/2.0.9/Chart.yaml +++ b/stable/friendica/2.0.10/Chart.yaml @@ -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 diff --git a/stable/friendica/2.0.9/README.md b/stable/friendica/2.0.10/README.md similarity index 100% rename from stable/friendica/2.0.9/README.md rename to stable/friendica/2.0.10/README.md diff --git a/stable/friendica/2.0.9/app-readme.md b/stable/friendica/2.0.10/app-readme.md similarity index 100% rename from stable/friendica/2.0.9/app-readme.md rename to stable/friendica/2.0.10/app-readme.md diff --git a/stable/friendica/2.0.9/charts/common-9.1.15.tgz b/stable/friendica/2.0.10/charts/common-9.1.15.tgz similarity index 100% rename from stable/friendica/2.0.9/charts/common-9.1.15.tgz rename to stable/friendica/2.0.10/charts/common-9.1.15.tgz diff --git a/stable/friendica/2.0.9/charts/mariadb-2.0.12.tgz b/stable/friendica/2.0.10/charts/mariadb-2.0.12.tgz similarity index 100% rename from stable/friendica/2.0.9/charts/mariadb-2.0.12.tgz rename to stable/friendica/2.0.10/charts/mariadb-2.0.12.tgz diff --git a/stable/friendica/2.0.9/charts/redis-2.0.8.tgz b/stable/friendica/2.0.10/charts/redis-2.0.8.tgz similarity index 100% rename from stable/friendica/2.0.9/charts/redis-2.0.8.tgz rename to stable/friendica/2.0.10/charts/redis-2.0.8.tgz diff --git a/stable/friendica/2.0.9/helm-values.md b/stable/friendica/2.0.10/helm-values.md similarity index 95% rename from stable/friendica/2.0.9/helm-values.md rename to stable/friendica/2.0.10/helm-values.md index c75907882a8..8e288fe91ea 100644 --- a/stable/friendica/2.0.9/helm-values.md +++ b/stable/friendica/2.0.10/helm-values.md @@ -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` | | diff --git a/stable/friendica/2.0.9/ix_values.yaml b/stable/friendica/2.0.10/ix_values.yaml similarity index 95% rename from stable/friendica/2.0.9/ix_values.yaml rename to stable/friendica/2.0.10/ix_values.yaml index 117f6738345..1f0660f3bd9 100644 --- a/stable/friendica/2.0.9/ix_values.yaml +++ b/stable/friendica/2.0.10/ix_values.yaml @@ -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: diff --git a/stable/friendica/2.0.9/questions.yaml b/stable/friendica/2.0.10/questions.yaml similarity index 100% rename from stable/friendica/2.0.9/questions.yaml rename to stable/friendica/2.0.10/questions.yaml diff --git a/stable/friendica/2.0.9/security.md b/stable/friendica/2.0.10/security.md similarity index 100% rename from stable/friendica/2.0.9/security.md rename to stable/friendica/2.0.10/security.md diff --git a/stable/friendica/2.0.9/templates/common.yaml b/stable/friendica/2.0.10/templates/common.yaml similarity index 100% rename from stable/friendica/2.0.9/templates/common.yaml rename to stable/friendica/2.0.10/templates/common.yaml diff --git a/stable/friendica/2.0.9/values.yaml b/stable/friendica/2.0.10/values.yaml similarity index 100% rename from stable/friendica/2.0.9/values.yaml rename to stable/friendica/2.0.10/values.yaml