Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-11 14:41:32 +00:00
parent 55fcaf65ed
commit 6118ad4c78
874 changed files with 11343 additions and 2068 deletions
@@ -1,6 +1,20 @@
# Changelog<br>
<a name="resilio-sync-4.0.20"></a>
### [resilio-sync-4.0.20](https://github.com/truecharts/apps/compare/resilio-sync-4.0.19...resilio-sync-4.0.20) (2021-12-11)
#### Chore
* set PUID to `int` instead of `string` ([#1506](https://github.com/truecharts/apps/issues/1506))
* update general helm non-major helm releases ([#1509](https://github.com/truecharts/apps/issues/1509))
#### Fix
* remove `UMASK` as this is taken care from common ([#1503](https://github.com/truecharts/apps/issues/1503))
<a name="resilio-sync-4.0.19"></a>
### [resilio-sync-4.0.19](https://github.com/truecharts/apps/compare/resilio-sync-4.0.18...resilio-sync-4.0.19) (2021-12-07)
@@ -14,7 +14,6 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | See below | environment variables. See [image docs](https://docs.linuxserver.io/images/docker-resilio-sync#environment-variables-e) for more details. |
| env.PUID | int | `568` | Specify the user ID the application will run as |
| env.TZ | string | `"UTC"` | Set the container timezone |
| env.UMASK | string | `nil` | Sets default UMASK |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/resilio-sync"` | image repository |
| image.tag | string | `"version-2.7.2.1375@sha256:54f42485d39a7773ff2e13c27ebfc32fc448eaf13f8972f38e14eedadb0b3a2e"` | image tag |
+1 -1
View File
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.9.15 |
| https://truecharts.org | common | 8.9.18 |
## Installing the Chart