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-07 16:24:09 +00:00
parent d1dd00ba74
commit 66c5becadf
838 changed files with 11511 additions and 376 deletions
+17
View File
@@ -1,6 +1,23 @@
# Changelog<br>
<a name="teamspeak3-2.0.5"></a>
### [teamspeak3-2.0.5](https://github.com/truecharts/apps/compare/teamspeak3-2.0.4...teamspeak3-2.0.5) (2021-11-07)
#### Chore
* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291))
#### Chore
* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289))
#### Feat
* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290))
<a name="teamspeak3-2.0.4"></a>
### [teamspeak3-2.0.4](https://github.com/truecharts/apps/compare/teamspeak3-2.0.3...teamspeak3-2.0.4) (2021-11-02)
+1 -1
View File
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.3.19 |
| https://truecharts.org | common | 8.5.2 |
## Installing the Chart
+3
View File
@@ -28,15 +28,18 @@ You will, however, be able to use all values referenced in the common chart here
| service.files.ports.files.enabled | bool | `true` | |
| service.files.ports.files.port | int | `30033` | |
| service.files.ports.files.protocol | string | `"TCP"` | |
| service.files.ports.files.targetPort | int | `30033` | |
| service.files.type | string | `"ClusterIP"` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `10011` | |
| service.main.ports.main.protocol | string | `"TCP"` | |
| service.main.ports.main.targetPort | int | `10011` | |
| service.main.type | string | `"ClusterIP"` | |
| service.voice.enabled | bool | `true` | |
| service.voice.ports.voice.enabled | bool | `true` | |
| service.voice.ports.voice.port | int | `9987` | |
| service.voice.ports.voice.protocol | string | `"UDP"` | |
| service.voice.ports.voice.targetPort | int | `9987` | |
All Rights Reserved - The TrueCharts Project