diff --git a/charts/incubator/teamspeak3/CHANGELOG.md b/charts/incubator/teamspeak3/CHANGELOG.md
index e69de29bb2d..4911413b4d7 100644
--- a/charts/incubator/teamspeak3/CHANGELOG.md
+++ b/charts/incubator/teamspeak3/CHANGELOG.md
@@ -0,0 +1,9 @@
+# Changelog
+
+
+
+### teamspeak3-0.0.1 (2021-09-14)
+
+#### Add
+
+* Add TeamSpeak3 Server to incubator ([#985](https://github.com/truecharts/apps/issues/985))
diff --git a/charts/incubator/teamspeak3/CONFIG.md b/charts/incubator/teamspeak3/CONFIG.md
index e69de29bb2d..fc9b2fa2d5f 100644
--- a/charts/incubator/teamspeak3/CONFIG.md
+++ b/charts/incubator/teamspeak3/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/charts/incubator/teamspeak3/README.md b/charts/incubator/teamspeak3/README.md
index e69de29bb2d..b33442b8ba4 100644
--- a/charts/incubator/teamspeak3/README.md
+++ b/charts/incubator/teamspeak3/README.md
@@ -0,0 +1,38 @@
+# Introduction
+
+TeamSpeak is software for quality voice communication via the Internet.
+
+TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | common | 7.0.12 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/teamspeak3/SCALE/CHANGELOG.md b/charts/incubator/teamspeak3/SCALE/CHANGELOG.md
index e69de29bb2d..8fc8ed245ca 100644
--- a/charts/incubator/teamspeak3/SCALE/CHANGELOG.md
+++ b/charts/incubator/teamspeak3/SCALE/CHANGELOG.md
@@ -0,0 +1,7 @@
+
+
+### teamspeak3-0.0.1 (2021-09-14)
+
+#### Add
+
+* Add TeamSpeak3 Server to incubator ([#985](https://github.com/truecharts/apps/issues/985))
diff --git a/charts/incubator/teamspeak3/app-readme.md b/charts/incubator/teamspeak3/app-readme.md
index e69de29bb2d..b56a22b688b 100644
--- a/charts/incubator/teamspeak3/app-readme.md
+++ b/charts/incubator/teamspeak3/app-readme.md
@@ -0,0 +1,3 @@
+TeamSpeak is software for quality voice communication via the Internet.
+
+This App is supplied by TrueCharts, for more information please visit https://truecharts.org
diff --git a/charts/incubator/teamspeak3/helm-values.md b/charts/incubator/teamspeak3/helm-values.md
index e69de29bb2d..92bc2916404 100644
--- a/charts/incubator/teamspeak3/helm-values.md
+++ b/charts/incubator/teamspeak3/helm-values.md
@@ -0,0 +1,38 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.TS3SERVER_LICENSE | string | `"accept"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"teamspeak"` | |
+| image.tag | string | `"3.13.6@sha256:ff7a92727ffbf05925b54bb12e65bfee311d4193fc68e175dacd63a0048c28bf"` | |
+| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
+| persistence.config.enabled | bool | `true` | |
+| persistence.config.mountPath | string | `"/var/ts3server/"` | |
+| persistence.config.size | string | `"100Gi"` | |
+| persistence.config.type | string | `"pvc"` | |
+| service.files.enabled | bool | `true` | |
+| service.files.ports.files.enabled | bool | `true` | |
+| service.files.ports.files.port | int | `30033` | |
+| service.files.ports.files.protocol | string | `"TCP"` | |
+| 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.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"` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/teamspeak3/CHANGELOG.md b/docs/apps/incubator/teamspeak3/CHANGELOG.md
new file mode 100644
index 00000000000..20984f99119
--- /dev/null
+++ b/docs/apps/incubator/teamspeak3/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### teamspeak3-0.0.1 (2021-09-14)
+
+#### Add
+
+* Add TeamSpeak3 Server to incubator ([#985](https://github.com/truecharts/apps/issues/985))
+
diff --git a/docs/apps/incubator/teamspeak3/CONFIG.md b/docs/apps/incubator/teamspeak3/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/docs/apps/incubator/teamspeak3/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/docs/apps/incubator/teamspeak3/helm-values.md b/docs/apps/incubator/teamspeak3/helm-values.md
new file mode 100644
index 00000000000..92bc2916404
--- /dev/null
+++ b/docs/apps/incubator/teamspeak3/helm-values.md
@@ -0,0 +1,38 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.TS3SERVER_LICENSE | string | `"accept"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"teamspeak"` | |
+| image.tag | string | `"3.13.6@sha256:ff7a92727ffbf05925b54bb12e65bfee311d4193fc68e175dacd63a0048c28bf"` | |
+| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
+| persistence.config.enabled | bool | `true` | |
+| persistence.config.mountPath | string | `"/var/ts3server/"` | |
+| persistence.config.size | string | `"100Gi"` | |
+| persistence.config.type | string | `"pvc"` | |
+| service.files.enabled | bool | `true` | |
+| service.files.ports.files.enabled | bool | `true` | |
+| service.files.ports.files.port | int | `30033` | |
+| service.files.ports.files.protocol | string | `"TCP"` | |
+| 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.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"` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/teamspeak3/index.md b/docs/apps/incubator/teamspeak3/index.md
new file mode 100644
index 00000000000..b33442b8ba4
--- /dev/null
+++ b/docs/apps/incubator/teamspeak3/index.md
@@ -0,0 +1,38 @@
+# Introduction
+
+TeamSpeak is software for quality voice communication via the Internet.
+
+TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | common | 7.0.12 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/index.yaml b/docs/index.yaml
index fc083206d3e..855bd694134 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -154168,6 +154168,36 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/tautulli-3.1.5/tautulli-3.1.5.tgz
version: 3.1.5
+ teamspeak3:
+ - apiVersion: v2
+ appVersion: 3.13.6
+ created: "2021-09-14T07:51:35.381966613Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org/
+ version: 7.0.12
+ description: TeamSpeak is software for quality voice communication via the Internet.
+ digest: aeaa78805bebf46d22ecabd23b6b6da3661deee750d7fd5998c88598f0a030d9
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3
+ icon: https://raw.githubusercontent.com/docker-library/docs/618191cf82de051ff6661c3c8b82cfca1b663972/teamspeak/logo.png
+ keywords:
+ - voice server
+ - teamspeak
+ - teamspeak3
+ - teamspeak server
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: teamspeak3
+ sources:
+ - https://hub.docker.com/_/teamspeak
+ - https://www.teamspeak.com/en/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/teamspeak3-0.0.1/teamspeak3-0.0.1.tgz
+ version: 0.0.1
testbed:
- apiVersion: v2
appVersion: 0.18.729
@@ -179845,4 +179875,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
version: 3.1.5
-generated: "2021-09-13T20:59:16.633061217Z"
+generated: "2021-09-14T07:51:35.435335839Z"