Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-11-15 00:33:36 +00:00
parent a750fb846e
commit db3d896f15
11 changed files with 7 additions and 12 deletions

View File

@@ -1,9 +0,0 @@
## [omada-controller-8.0.1](https://github.com/truecharts/charts/compare/omada-controller-8.0.0...omada-controller-8.0.1) (2022-11-15)
### Fix
- Allow user to change listening port of UI when ingress is disabled

View File

@@ -18,7 +18,7 @@ name: omada-controller
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller
- https://github.com/mbentley/docker-omada-controller
version: 8.0.1
version: 8.0.2
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,4 @@
## [omada-controller-8.0.2](https://github.com/truecharts/charts/compare/omada-controller-8.0.1...omada-controller-8.0.2) (2022-11-15)

View File

@@ -15,8 +15,8 @@ env:
# Omada automatically redirects to that port.
# Instead of consuming the external 443 port, it's better to switch internal
# But still give user the ability to change it.
# When ingress is enabled, set this to 443, otherwise set it to whatever `port`` is set to
MANAGE_HTTPS_PORT: "{{ if .ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}"
# When ingress is enabled, set this to 443, otherwise set it to whatever `port` is set to
MANAGE_HTTPS_PORT: "{{ if .Values.ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}"
PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}"
service: