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="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)
|
||||
|
||||
|
||||
@@ -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 | `{}` | |
|
||||
|
||||
Reference in New Issue
Block a user