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-08 08:59:59 +00:00
parent fd260316a7
commit 25c85b25ec
9 changed files with 138 additions and 37 deletions
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="qbittorrent-9.0.8"></a>
### [qbittorrent-9.0.8](https://github.com/truecharts/apps/compare/qbittorrent-9.0.7...qbittorrent-9.0.8) (2021-11-08)
#### Fix
* Split torrent service to allow for the use of LoadBalancer servicetype
<a name="qbittorrent-9.0.7"></a>
### [qbittorrent-9.0.7](https://github.com/truecharts/apps/compare/qbittorrent-9.0.6...qbittorrent-9.0.7) (2021-11-07)
+9 -9
View File
@@ -28,14 +28,14 @@ You will, however, be able to use all values referenced in the common chart here
| service.main.ports.main.port | int | `8080` | |
| service.main.ports.main.targetPort | int | `8080` | |
| service.torrent.enabled | bool | `true` | |
| service.torrent.ports.tcp.enabled | bool | `true` | |
| service.torrent.ports.tcp.port | int | `6881` | |
| service.torrent.ports.tcp.protocol | string | `"TCP"` | |
| service.torrent.ports.tcp.targetPort | int | `6881` | |
| service.torrent.ports.udp.enabled | bool | `true` | |
| service.torrent.ports.udp.port | int | `6881` | |
| service.torrent.ports.udp.protocol | string | `"UDP"` | |
| service.torrent.ports.udp.targetPort | int | `6881` | |
| service.torrent.type | string | `"ClusterIP"` | |
| service.torrent.ports.torrent.enabled | bool | `true` | |
| service.torrent.ports.torrent.port | int | `6881` | |
| service.torrent.ports.torrent.protocol | string | `"TCP"` | |
| service.torrent.ports.torrent.targetPort | int | `6881` | |
| service.torrentudp.enabled | bool | `true` | |
| service.torrentudp.ports.torrentudp.enabled | bool | `true` | |
| service.torrentudp.ports.torrentudp.port | int | `6881` | |
| service.torrentudp.ports.torrentudp.protocol | string | `"UDP"` | |
| service.torrentudp.ports.torrentudp.targetPort | int | `6881` | |
All Rights Reserved - The TrueCharts Project
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="transmission-9.0.7"></a>
### [transmission-9.0.7](https://github.com/truecharts/apps/compare/transmission-9.0.6...transmission-9.0.7) (2021-11-08)
#### Fix
* Split torrent service to allow for the use of LoadBalancer servicetype
<a name="transmission-9.0.6"></a>
### [transmission-9.0.6](https://github.com/truecharts/apps/compare/transmission-9.0.5...transmission-9.0.6) (2021-11-07)
+9 -9
View File
@@ -23,14 +23,14 @@ You will, however, be able to use all values referenced in the common chart here
| service.main.ports.main.port | int | `9091` | |
| service.main.ports.main.targetPort | int | `9091` | |
| service.torrent.enabled | bool | `true` | |
| service.torrent.ports.tcp.enabled | bool | `true` | |
| service.torrent.ports.tcp.port | int | `51413` | |
| service.torrent.ports.tcp.protocol | string | `"TCP"` | |
| service.torrent.ports.tcp.targetPort | int | `51413` | |
| service.torrent.ports.udp.enabled | bool | `true` | |
| service.torrent.ports.udp.port | int | `51413` | |
| service.torrent.ports.udp.protocol | string | `"UDP"` | |
| service.torrent.ports.udp.targetPort | int | `51413` | |
| service.torrent.type | string | `"ClusterIP"` | |
| service.torrent.ports.torrent.enabled | bool | `true` | |
| service.torrent.ports.torrent.port | int | `51413` | |
| service.torrent.ports.torrent.protocol | string | `"TCP"` | |
| service.torrent.ports.torrent.targetPort | int | `51413` | |
| service.torrentudp.enabled | bool | `true` | |
| service.torrentudp.ports.torrentudp.enabled | bool | `true` | |
| service.torrentudp.ports.torrentudp.port | int | `51413` | |
| service.torrentudp.ports.torrentudp.protocol | string | `"UDP"` | |
| service.torrentudp.ports.torrentudp.targetPort | int | `51413` | |
All Rights Reserved - The TrueCharts Project