Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-22 23:47:21 +00:00
parent 133e104e56
commit 151ab190b6
694 changed files with 9005 additions and 462 deletions
+13
View File
@@ -1,6 +1,19 @@
# Changelog<br>
<a name="syncthing-9.0.12"></a>
### [syncthing-9.0.12](https://github.com/truecharts/apps/compare/syncthing-9.0.11...syncthing-9.0.12) (2021-11-22)
#### Chore
* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383))
#### Fix
* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361))
<a name="syncthing-9.0.11"></a>
### [syncthing-9.0.11](https://github.com/truecharts/apps/compare/syncthing-9.0.10...syncthing-9.0.11) (2021-11-16)
+1 -1
View File
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.6.3 |
| https://truecharts.org | common | 8.9.1 |
## Installing the Chart
+3 -1
View File
@@ -16,17 +16,19 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"v1.18.4@sha256:cc2bd691927ec19b9aac2d4a3e2330cb0ce9458dda761ead7dddd5f2d8338221"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/var/syncthing/"` | |
| service.discovery.enabled | bool | `true` | |
| service.discovery.ports.discovery.enabled | bool | `true` | |
| service.discovery.ports.discovery.port | int | `21027` | |
| service.discovery.ports.discovery.protocol | string | `"UDP"` | |
| service.discovery.ports.discovery.targetPort | int | `21027` | |
| service.listeners-udp.enabled | bool | `true` | |
| service.listeners-udp.ports.udp.enabled | bool | `true` | |
| service.listeners-udp.ports.udp.port | int | `22000` | |
| service.listeners-udp.ports.udp.protocol | string | `"UDP"` | |
| service.listeners-udp.ports.udp.targetPort | int | `22000` | |
| service.listeners.enabled | bool | `true` | |
| service.listeners.ports.tcp.enabled | bool | `true` | |
| service.listeners.ports.tcp.port | int | `22000` | |
| service.listeners.ports.tcp.protocol | string | `"TCP"` | |
| service.listeners.ports.tcp.targetPort | int | `22000` | |
| service.main.ports.main.port | int | `8384` | |
| service.main.ports.main.targetPort | int | `8384` | |