Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-01-30 23:51:23 +00:00
parent cd039018fb
commit fec5e389a6
5 changed files with 62 additions and 35 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="weblate-0.0.2"></a>
### [weblate-0.0.2](https://github.com/truecharts/apps/compare/weblate-0.0.1...weblate-0.0.2) (2022-01-30)
#### Fix
* fix UI, configmap and `runAsGroup: 0` ([#1813](https://github.com/truecharts/apps/issues/1813))
<a name="weblate-0.0.1"></a>
### weblate-0.0.1 (2022-01-30)
+1 -2
View File
@@ -36,7 +36,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/app/data"` | |
| podSecurityContext.fsGroup | int | `1000` | |
| podSecurityContext.runAsGroup | int | `1000` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `1000` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
@@ -65,7 +65,6 @@ You will, however, be able to use all values referenced in the common chart here
| weblate.auth.slack | object | `{}` | |
| weblate.email | object | `{}` | |
| weblate.errorreport | object | `{}` | |
| weblate.general.WEBLATE_DEBUG | string | `"false"` | |
| weblate.general.WEBLATE_SITE_DOMAIN | string | `"weblate.example.com"` | |
| weblate.general.WEBLATE_SITE_TITLE | string | `"My Project's Weblate"` | |
| weblate.localization | object | `{}` | |