Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-17 11:25:46 +00:00
parent 1b7cba916c
commit 758e45a30e
47 changed files with 685 additions and 13 deletions
+13
View File
@@ -1,6 +1,19 @@
# Changelog<br>
<a name="minisatip-0.0.4"></a>
### [minisatip-0.0.4](https://github.com/truecharts/apps/compare/minisatip-0.0.3...minisatip-0.0.4) (2021-12-17)
#### Chore
* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539))
#### Fix
* enable secondary services on some new apps ([#1548](https://github.com/truecharts/apps/issues/1548))
<a name="minisatip-0.0.3"></a>
### [minisatip-0.0.3](https://github.com/truecharts/apps/compare/minisatip-0.0.2...minisatip-0.0.3) (2021-12-14)
@@ -21,11 +21,15 @@ You will, however, be able to use all values referenced in the common chart here
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.discovery.enabled | bool | `true` | |
| service.discovery.ports.discovery.enabled | bool | `true` | |
| service.discovery.ports.discovery.port | int | `1900` | |
| service.discovery.ports.discovery.protocol | string | `"UDP"` | |
| service.discovery.ports.discovery.targetPort | int | `1900` | |
| service.main.ports.main.port | int | `8875` | |
| service.main.ports.main.targetPort | int | `8875` | |
| service.rtsp.enabled | bool | `true` | |
| service.rtsp.ports.rtsp.enabled | bool | `true` | |
| service.rtsp.ports.rtsp.port | int | `554` | |
| service.rtsp.ports.rtsp.targetPort | int | `554` | |