Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ce454f8283
commit
62e6eff30b
|
@ -6,3 +6,11 @@
|
|||
|
||||
* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922))
|
||||
|
||||
|
||||
<a name="unifi-6.11.15"></a>
|
||||
## [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))
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
<a name="unifi-6.11.15"></a>
|
||||
## [unifi-6.11.15](https://github.com/truecharts/apps/compare/unifi-6.11.14...unifi-6.11.15) (2021-09-08)
|
||||
<a name="unifi-6.12.0"></a>
|
||||
## [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))
|
||||
|
||||
|
|
|
@ -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` | |
|
||||
|
|
|
@ -6,3 +6,11 @@
|
|||
|
||||
* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922))
|
||||
|
||||
|
||||
<a name="unifi-6.11.15"></a>
|
||||
## [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))
|
||||
|
||||
|
|
|
@ -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` | |
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue