diff --git a/charts/stable/unifi/CHANGELOG.md b/charts/stable/unifi/CHANGELOG.md
index ec01bcc857d..f0b813f3910 100644
--- a/charts/stable/unifi/CHANGELOG.md
+++ b/charts/stable/unifi/CHANGELOG.md
@@ -6,3 +6,11 @@
* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922))
+
+
+## [unifi-6.11.15](https://github.com/truecharts/apps/compare/unifi-6.11.14...unifi-6.11.15) (2021-09-08)
+
+### Fix
+
+* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922))
+
diff --git a/charts/stable/unifi/SCALE/CHANGELOG.md b/charts/stable/unifi/SCALE/CHANGELOG.md
index ec01bcc857d..002df2a8297 100644
--- a/charts/stable/unifi/SCALE/CHANGELOG.md
+++ b/charts/stable/unifi/SCALE/CHANGELOG.md
@@ -1,8 +1,8 @@
-
-## [unifi-6.11.15](https://github.com/truecharts/apps/compare/unifi-6.11.14...unifi-6.11.15) (2021-09-08)
+
+## [unifi-6.12.0](https://github.com/truecharts/apps/compare/unifi-6.11.15...unifi-6.12.0) (2021-09-08)
-### Fix
+### Feat
-* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922))
+* unifi guest portal and speedtest ([#921](https://github.com/truecharts/apps/issues/921))
diff --git a/charts/stable/unifi/helm-values.md b/charts/stable/unifi/helm-values.md
index 70ecd004a6b..f6bba4f9d85 100644
--- a/charts/stable/unifi/helm-values.md
+++ b/charts/stable/unifi/helm-values.md
@@ -28,8 +28,22 @@ You will, however, be able to use all values referenced in the common chart here
| service.comm.ports.tcp.port | int | `8080` | |
| service.comm.ports.tcp.protocol | string | `"TCP"` | |
| service.comm.ports.tcp.targetPort | int | `8080` | |
+| service.guestportal.enabled | bool | `false` | |
+| service.guestportal.ports.web.enabled | bool | `true` | |
+| service.guestportal.ports.web.port | int | `8880` | |
+| service.guestportal.ports.web.protocol | string | `"HTTP"` | |
+| service.guestportal.ports.web.targetPort | int | `8880` | |
+| service.guestportal.ports.websecure.enabled | bool | `true` | |
+| service.guestportal.ports.websecure.port | int | `8843` | |
+| service.guestportal.ports.websecure.protocol | string | `"HTTPS"` | |
+| service.guestportal.ports.websecure.targetPort | int | `8843` | |
| service.main.ports.main.port | int | `8443` | |
| service.main.ports.main.protocol | string | `"HTTPS"` | |
+| service.speedtest.enabled | bool | `false` | |
+| service.speedtest.ports.tcp.enabled | bool | `true` | |
+| service.speedtest.ports.tcp.port | int | `6789` | |
+| service.speedtest.ports.tcp.protocol | string | `"TCP"` | |
+| service.speedtest.ports.tcp.targetPort | int | `6789` | |
| service.stun.enabled | bool | `true` | |
| service.stun.ports.udp.enabled | bool | `true` | |
| service.stun.ports.udp.port | int | `3478` | |
diff --git a/docs/apps/stable/unifi/CHANGELOG.md b/docs/apps/stable/unifi/CHANGELOG.md
index ec01bcc857d..f0b813f3910 100644
--- a/docs/apps/stable/unifi/CHANGELOG.md
+++ b/docs/apps/stable/unifi/CHANGELOG.md
@@ -6,3 +6,11 @@
* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922))
+
+
+## [unifi-6.11.15](https://github.com/truecharts/apps/compare/unifi-6.11.14...unifi-6.11.15) (2021-09-08)
+
+### Fix
+
+* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922))
+
diff --git a/docs/apps/stable/unifi/helm-values.md b/docs/apps/stable/unifi/helm-values.md
index 70ecd004a6b..f6bba4f9d85 100644
--- a/docs/apps/stable/unifi/helm-values.md
+++ b/docs/apps/stable/unifi/helm-values.md
@@ -28,8 +28,22 @@ You will, however, be able to use all values referenced in the common chart here
| service.comm.ports.tcp.port | int | `8080` | |
| service.comm.ports.tcp.protocol | string | `"TCP"` | |
| service.comm.ports.tcp.targetPort | int | `8080` | |
+| service.guestportal.enabled | bool | `false` | |
+| service.guestportal.ports.web.enabled | bool | `true` | |
+| service.guestportal.ports.web.port | int | `8880` | |
+| service.guestportal.ports.web.protocol | string | `"HTTP"` | |
+| service.guestportal.ports.web.targetPort | int | `8880` | |
+| service.guestportal.ports.websecure.enabled | bool | `true` | |
+| service.guestportal.ports.websecure.port | int | `8843` | |
+| service.guestportal.ports.websecure.protocol | string | `"HTTPS"` | |
+| service.guestportal.ports.websecure.targetPort | int | `8843` | |
| service.main.ports.main.port | int | `8443` | |
| service.main.ports.main.protocol | string | `"HTTPS"` | |
+| service.speedtest.enabled | bool | `false` | |
+| service.speedtest.ports.tcp.enabled | bool | `true` | |
+| service.speedtest.ports.tcp.port | int | `6789` | |
+| service.speedtest.ports.tcp.protocol | string | `"TCP"` | |
+| service.speedtest.ports.tcp.targetPort | int | `6789` | |
| service.stun.enabled | bool | `true` | |
| service.stun.ports.udp.enabled | bool | `true` | |
| service.stun.ports.udp.port | int | `3478` | |
diff --git a/docs/index.yaml b/docs/index.yaml
index b916501e3de..41465d132ce 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -164806,6 +164806,33 @@ entries:
- https://github.com/truecharts/apps/releases/download/tvheadend-4.1.5/tvheadend-4.1.5.tgz
version: 4.1.5
unifi:
+ - apiVersion: v2
+ appVersion: auto
+ created: "2021-09-08T08:14:12.253871228Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org/
+ version: 6.13.8
+ description: Ubiquiti Network's Unifi Controller
+ digest: 553a9e26b4eb96c6df966d0a1261e0168d5dc895c88d04488c412ea3b61c30d6
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/unifi
+ icon: https://dl.ubnt.com/press/logo-UniFi.png
+ keywords:
+ - ubiquiti
+ - unifi
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: unifi
+ sources:
+ - https://github.com/jacobalberty/unifi-docker
+ - https://unifi-network.ui.com
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/unifi-6.12.0/unifi-6.12.0.tgz
+ version: 6.12.0
- apiVersion: v2
appVersion: auto
created: "2021-09-08T03:33:37.418951748Z"
@@ -177555,4 +177582,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-08T03:33:37.928629922Z"
+generated: "2021-09-08T08:14:12.303400779Z"