Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
4
stable/omada-controller/8.0.2/app-changelog.md
Normal file
4
stable/omada-controller/8.0.2/app-changelog.md
Normal 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)
|
||||
|
||||
@@ -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:
|
||||
Reference in New Issue
Block a user