Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-09-09 15:24:34 +00:00
parent 6a6dc7e71a
commit 07dd78b2a7
10 changed files with 172 additions and 114 deletions
-1
View File
@@ -7,4 +7,3 @@
#### Fix
* ensure supplementalgroups when using devices are actually added ([#942](https://github.com/truecharts/apps/issues/942))
-1
View File
@@ -5,4 +5,3 @@
#### Fix
* ensure supplementalgroups when using devices are actually added ([#942](https://github.com/truecharts/apps/issues/942))
+14
View File
@@ -1,3 +1,17 @@
# Changelog<br>
<a name="unifi-6.12.1"></a>
### [unifi-6.12.1](https://github.com/truecharts/apps/compare/unifi-6.12.0...unifi-6.12.1) (2021-09-09)
#### Feat
* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935))
* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926))
#### Fix
* correct unifi port names to be unique ([#947](https://github.com/truecharts/apps/issues/947))
<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)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: auto
appVersion: 6.2.26
dependencies:
- name: common
repository: https://truecharts.org/
+9 -4
View File
@@ -1,7 +1,12 @@
<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)
<a name="unifi-6.12.1"></a>
### [unifi-6.12.1](https://github.com/truecharts/apps/compare/unifi-6.12.0...unifi-6.12.1) (2021-09-09)
### Feat
#### Feat
* unifi guest portal and speedtest ([#921](https://github.com/truecharts/apps/issues/921))
* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935))
* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926))
#### Fix
* correct unifi port names to be unique ([#947](https://github.com/truecharts/apps/issues/947))
+12 -12
View File
@@ -24,10 +24,10 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| service.comm.enabled | bool | `true` | |
| service.comm.ports.tcp.enabled | bool | `true` | |
| service.comm.ports.tcp.port | int | `8080` | |
| service.comm.ports.tcp.protocol | string | `"TCP"` | |
| service.comm.ports.tcp.targetPort | int | `8080` | |
| service.comm.ports.comm.enabled | bool | `true` | |
| service.comm.ports.comm.port | int | `8080` | |
| service.comm.ports.comm.protocol | string | `"TCP"` | |
| service.comm.ports.comm.targetPort | int | `8080` | |
| service.guestportal.enabled | bool | `false` | |
| service.guestportal.ports.web.enabled | bool | `true` | |
| service.guestportal.ports.web.port | int | `8880` | |
@@ -40,15 +40,15 @@ You will, however, be able to use all values referenced in the common chart here
| 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.speedtest.ports.speedtest.enabled | bool | `true` | |
| service.speedtest.ports.speedtest.port | int | `6789` | |
| service.speedtest.ports.speedtest.protocol | string | `"TCP"` | |
| service.speedtest.ports.speedtest.targetPort | int | `6789` | |
| service.stun.enabled | bool | `true` | |
| service.stun.ports.udp.enabled | bool | `true` | |
| service.stun.ports.udp.port | int | `3478` | |
| service.stun.ports.udp.protocol | string | `"UDP"` | |
| service.stun.ports.udp.targetPort | int | `3478` | |
| service.stun.ports.stun.enabled | bool | `true` | |
| service.stun.ports.stun.port | int | `3478` | |
| service.stun.ports.stun.protocol | string | `"UDP"` | |
| service.stun.ports.stun.targetPort | int | `3478` | |
| strategy.type | string | `"Recreate"` | |
All Rights Reserved - The TrueCharts Project
+14
View File
@@ -1,3 +1,17 @@
# Changelog<br>
<a name="unifi-6.12.1"></a>
### [unifi-6.12.1](https://github.com/truecharts/apps/compare/unifi-6.12.0...unifi-6.12.1) (2021-09-09)
#### Feat
* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935))
* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926))
#### Fix
* correct unifi port names to be unique ([#947](https://github.com/truecharts/apps/issues/947))
<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)
+12 -12
View File
@@ -24,10 +24,10 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| service.comm.enabled | bool | `true` | |
| service.comm.ports.tcp.enabled | bool | `true` | |
| service.comm.ports.tcp.port | int | `8080` | |
| service.comm.ports.tcp.protocol | string | `"TCP"` | |
| service.comm.ports.tcp.targetPort | int | `8080` | |
| service.comm.ports.comm.enabled | bool | `true` | |
| service.comm.ports.comm.port | int | `8080` | |
| service.comm.ports.comm.protocol | string | `"TCP"` | |
| service.comm.ports.comm.targetPort | int | `8080` | |
| service.guestportal.enabled | bool | `false` | |
| service.guestportal.ports.web.enabled | bool | `true` | |
| service.guestportal.ports.web.port | int | `8880` | |
@@ -40,15 +40,15 @@ You will, however, be able to use all values referenced in the common chart here
| 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.speedtest.ports.speedtest.enabled | bool | `true` | |
| service.speedtest.ports.speedtest.port | int | `6789` | |
| service.speedtest.ports.speedtest.protocol | string | `"TCP"` | |
| service.speedtest.ports.speedtest.targetPort | int | `6789` | |
| service.stun.enabled | bool | `true` | |
| service.stun.ports.udp.enabled | bool | `true` | |
| service.stun.ports.udp.port | int | `3478` | |
| service.stun.ports.udp.protocol | string | `"UDP"` | |
| service.stun.ports.udp.targetPort | int | `3478` | |
| service.stun.ports.stun.enabled | bool | `true` | |
| service.stun.ports.stun.port | int | `3478` | |
| service.stun.ports.stun.protocol | string | `"UDP"` | |
| service.stun.ports.stun.targetPort | int | `3478` | |
| strategy.type | string | `"Recreate"` | |
All Rights Reserved - The TrueCharts Project
+28 -1
View File
@@ -165048,6 +165048,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: 6.2.26
created: "2021-09-09T15:24:32.7874288Z"
dependencies:
- name: common
repository: https://truecharts.org/
version: 6.13.8
description: Ubiquiti Network's Unifi Controller
digest: c1b9818d54375dc220760cc805e4823aadfd50e092d55a7567aeb1fcb8158cdf
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.1/unifi-6.12.1.tgz
version: 6.12.1
- apiVersion: v2
appVersion: auto
created: "2021-09-08T08:14:12.253871228Z"
@@ -177824,4 +177851,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-09T12:21:58.760122244Z"
generated: "2021-09-09T15:24:32.839977095Z"