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-14 18:24:22 +00:00
parent 8da7e0bc30
commit 56de7f45de
689 changed files with 10950 additions and 473 deletions
+17
View File
@@ -1,6 +1,23 @@
# Changelog<br>
<a name="syncthing-9.0.9"></a>
### [syncthing-9.0.9](https://github.com/truecharts/apps/compare/syncthing-9.0.8...syncthing-9.0.9) (2021-11-14)
#### Chore
* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316))
* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326))
* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322))
* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328))
#### Fix
* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321))
* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306))
<a name="syncthing-9.0.8"></a>
### [syncthing-9.0.8](https://github.com/truecharts/apps/compare/syncthing-9.0.7...syncthing-9.0.8) (2021-11-09)
+1 -1
View File
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.5.4 |
| https://truecharts.org | common | 8.5.7 |
## Installing the Chart
+4 -4
View File
@@ -23,14 +23,14 @@ You will, however, be able to use all values referenced in the common chart here
| service.discovery.ports.discovery.port | int | `21027` | |
| service.discovery.ports.discovery.protocol | string | `"UDP"` | |
| service.discovery.ports.discovery.targetPort | int | `21027` | |
| 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.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.listeners.ports.udp.enabled | bool | `true` | |
| service.listeners.ports.udp.port | int | `22000` | |
| service.listeners.ports.udp.protocol | string | `"UDP"` | |
| service.listeners.ports.udp.targetPort | int | `22000` | |
| service.main.ports.main.port | int | `8384` | |
| service.main.ports.main.targetPort | int | `8384` | |