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>
|
# 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>
|
<a name="weblate-0.0.1"></a>
|
||||||
### weblate-0.0.1 (2022-01-30)
|
### 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.enabled | bool | `true` | |
|
||||||
| persistence.config.mountPath | string | `"/app/data"` | |
|
| persistence.config.mountPath | string | `"/app/data"` | |
|
||||||
| podSecurityContext.fsGroup | int | `1000` | |
|
| podSecurityContext.fsGroup | int | `1000` | |
|
||||||
| podSecurityContext.runAsGroup | int | `1000` | |
|
| podSecurityContext.runAsGroup | int | `0` | |
|
||||||
| podSecurityContext.runAsUser | int | `1000` | |
|
| podSecurityContext.runAsUser | int | `1000` | |
|
||||||
| postgresql.enabled | bool | `true` | |
|
| postgresql.enabled | bool | `true` | |
|
||||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
| 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.auth.slack | object | `{}` | |
|
||||||
| weblate.email | object | `{}` | |
|
| weblate.email | object | `{}` | |
|
||||||
| weblate.errorreport | object | `{}` | |
|
| weblate.errorreport | object | `{}` | |
|
||||||
| weblate.general.WEBLATE_DEBUG | string | `"false"` | |
|
|
||||||
| weblate.general.WEBLATE_SITE_DOMAIN | string | `"weblate.example.com"` | |
|
| weblate.general.WEBLATE_SITE_DOMAIN | string | `"weblate.example.com"` | |
|
||||||
| weblate.general.WEBLATE_SITE_TITLE | string | `"My Project's Weblate"` | |
|
| weblate.general.WEBLATE_SITE_TITLE | string | `"My Project's Weblate"` | |
|
||||||
| weblate.localization | object | `{}` | |
|
| weblate.localization | object | `{}` | |
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
# Changelog<br>
|
# 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>
|
<a name="weblate-0.0.1"></a>
|
||||||
### weblate-0.0.1 (2022-01-30)
|
### 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.enabled | bool | `true` | |
|
||||||
| persistence.config.mountPath | string | `"/app/data"` | |
|
| persistence.config.mountPath | string | `"/app/data"` | |
|
||||||
| podSecurityContext.fsGroup | int | `1000` | |
|
| podSecurityContext.fsGroup | int | `1000` | |
|
||||||
| podSecurityContext.runAsGroup | int | `1000` | |
|
| podSecurityContext.runAsGroup | int | `0` | |
|
||||||
| podSecurityContext.runAsUser | int | `1000` | |
|
| podSecurityContext.runAsUser | int | `1000` | |
|
||||||
| postgresql.enabled | bool | `true` | |
|
| postgresql.enabled | bool | `true` | |
|
||||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
| 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.auth.slack | object | `{}` | |
|
||||||
| weblate.email | object | `{}` | |
|
| weblate.email | object | `{}` | |
|
||||||
| weblate.errorreport | object | `{}` | |
|
| weblate.errorreport | object | `{}` | |
|
||||||
| weblate.general.WEBLATE_DEBUG | string | `"false"` | |
|
|
||||||
| weblate.general.WEBLATE_SITE_DOMAIN | string | `"weblate.example.com"` | |
|
| weblate.general.WEBLATE_SITE_DOMAIN | string | `"weblate.example.com"` | |
|
||||||
| weblate.general.WEBLATE_SITE_TITLE | string | `"My Project's Weblate"` | |
|
| weblate.general.WEBLATE_SITE_TITLE | string | `"My Project's Weblate"` | |
|
||||||
| weblate.localization | object | `{}` | |
|
| weblate.localization | object | `{}` | |
|
||||||
|
|||||||
+42
-31
@@ -51136,36 +51136,6 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/unifi-9.0.20/unifi-9.0.20.tgz
|
- https://github.com/truecharts/apps/releases/download/unifi-9.0.20/unifi-9.0.20.tgz
|
||||||
version: 9.0.20
|
version: 9.0.20
|
||||||
unmanic:
|
unmanic:
|
||||||
- annotations:
|
|
||||||
truecharts.org/SCALE-support: "true"
|
|
||||||
truecharts.org/catagories: |
|
|
||||||
- media
|
|
||||||
truecharts.org/grade: U
|
|
||||||
apiVersion: v2
|
|
||||||
appVersion: 0.1.4
|
|
||||||
created: "2022-01-30T23:33:45.880712626Z"
|
|
||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://truecharts.org
|
|
||||||
version: 8.14.2
|
|
||||||
description: Unmanic is a simple tool for optimising your file library.
|
|
||||||
digest: 87125f858cdbad3addffaf2ff3089b566d48da9c6c5bb9765f9cdebed8cd98c1
|
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/unmanic
|
|
||||||
icon: https://truecharts.org/_static/img/appicons/unmanic-icon.png
|
|
||||||
keywords:
|
|
||||||
- media
|
|
||||||
kubeVersion: '>=1.16.0-0'
|
|
||||||
maintainers:
|
|
||||||
- email: info@truecharts.org
|
|
||||||
name: TrueCharts
|
|
||||||
url: https://truecharts.org
|
|
||||||
name: unmanic
|
|
||||||
sources:
|
|
||||||
- https://github.com/Unmanic/unmanic
|
|
||||||
- https://hub.docker.com/r/josh5/unmanic
|
|
||||||
urls:
|
|
||||||
- https://github.com/truecharts/apps/releases/download/unmanic-0.0.3/unmanic-0.0.3.tgz
|
|
||||||
version: 0.0.3
|
|
||||||
- annotations:
|
- annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
@@ -52498,6 +52468,47 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/webgrabplus-0.0.1/webgrabplus-0.0.1.tgz
|
- https://github.com/truecharts/apps/releases/download/webgrabplus-0.0.1/webgrabplus-0.0.1.tgz
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
weblate:
|
weblate:
|
||||||
|
- annotations:
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- media
|
||||||
|
truecharts.org/grade: U
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 4.10.1
|
||||||
|
created: "2022-01-30T23:51:22.490533317Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 8.14.2
|
||||||
|
- condition: postgresql.enabled
|
||||||
|
name: postgresql
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.0.58
|
||||||
|
- condition: redis.enabled
|
||||||
|
name: redis
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 1.0.63
|
||||||
|
description: Weblate is a copylefted libre software web-based continuous localization
|
||||||
|
system
|
||||||
|
digest: 4fd24272b388df4db55dce098f751cf1ef6058ec61e5a52111c7c29be6a62b49
|
||||||
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/weblate
|
||||||
|
icon: https://truecharts.org/_static/img/appicons/weblate-icon.png
|
||||||
|
keywords:
|
||||||
|
- translate
|
||||||
|
kubeVersion: '>=1.16.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: weblate
|
||||||
|
sources:
|
||||||
|
- https://github.com/WeblateOrg/weblate
|
||||||
|
- https://github.com/WeblateOrg/docker
|
||||||
|
- https://github.com/WeblateOrg/docker-compose
|
||||||
|
- https://docs.weblate.org/en/latest/
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/weblate-0.0.2/weblate-0.0.2.tgz
|
||||||
|
version: 0.0.2
|
||||||
- annotations:
|
- annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
@@ -53949,4 +53960,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||||
version: 9.0.24
|
version: 9.0.24
|
||||||
generated: "2022-01-30T23:33:45.88431108Z"
|
generated: "2022-01-30T23:51:22.494203165Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user