From db7f1228889898b2953f8e4916d9990b3445ff86 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 15 Nov 2022 11:59:10 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../omada-controller/8.0.3/app-changelog.md | 9 ------- .../8.0.3/templates/common.yaml | 1 - .../{8.0.3 => 8.0.4}/CHANGELOG.md | 0 .../{8.0.3 => 8.0.4}/Chart.yaml | 2 +- .../{8.0.3 => 8.0.4}/README.md | 0 .../omada-controller/8.0.4/app-changelog.md | 9 +++++++ .../{8.0.3 => 8.0.4}/app-readme.md | 0 .../{8.0.3 => 8.0.4}/charts/common-11.0.0.tgz | Bin .../{8.0.3 => 8.0.4}/ix_values.yaml | 13 ---------- .../{8.0.3 => 8.0.4}/questions.yaml | 0 .../8.0.4/templates/common.yaml | 24 ++++++++++++++++++ .../{8.0.3 => 8.0.4}/values.yaml | 0 12 files changed, 34 insertions(+), 24 deletions(-) delete mode 100644 stable/omada-controller/8.0.3/app-changelog.md delete mode 100644 stable/omada-controller/8.0.3/templates/common.yaml rename stable/omada-controller/{8.0.3 => 8.0.4}/CHANGELOG.md (100%) rename stable/omada-controller/{8.0.3 => 8.0.4}/Chart.yaml (98%) rename stable/omada-controller/{8.0.3 => 8.0.4}/README.md (100%) create mode 100644 stable/omada-controller/8.0.4/app-changelog.md rename stable/omada-controller/{8.0.3 => 8.0.4}/app-readme.md (100%) rename stable/omada-controller/{8.0.3 => 8.0.4}/charts/common-11.0.0.tgz (100%) rename stable/omada-controller/{8.0.3 => 8.0.4}/ix_values.yaml (62%) rename stable/omada-controller/{8.0.3 => 8.0.4}/questions.yaml (100%) create mode 100644 stable/omada-controller/8.0.4/templates/common.yaml rename stable/omada-controller/{8.0.3 => 8.0.4}/values.yaml (100%) diff --git a/stable/omada-controller/8.0.3/app-changelog.md b/stable/omada-controller/8.0.3/app-changelog.md deleted file mode 100644 index e8efa10712b..00000000000 --- a/stable/omada-controller/8.0.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [omada-controller-8.0.3](https://github.com/truecharts/charts/compare/omada-controller-8.0.2...omada-controller-8.0.3) (2022-11-15) - -### Fix - -- Re-add conditional nodeport for Ingress ([#4431](https://github.com/truecharts/charts/issues/4431)) - - \ No newline at end of file diff --git a/stable/omada-controller/8.0.3/templates/common.yaml b/stable/omada-controller/8.0.3/templates/common.yaml deleted file mode 100644 index c1a366e1cf0..00000000000 --- a/stable/omada-controller/8.0.3/templates/common.yaml +++ /dev/null @@ -1 +0,0 @@ -{{ include "tc.common.loader.all" . }} diff --git a/stable/omada-controller/8.0.3/CHANGELOG.md b/stable/omada-controller/8.0.4/CHANGELOG.md similarity index 100% rename from stable/omada-controller/8.0.3/CHANGELOG.md rename to stable/omada-controller/8.0.4/CHANGELOG.md diff --git a/stable/omada-controller/8.0.3/Chart.yaml b/stable/omada-controller/8.0.4/Chart.yaml similarity index 98% rename from stable/omada-controller/8.0.3/Chart.yaml rename to stable/omada-controller/8.0.4/Chart.yaml index 24c8de757a9..23ad8495fc4 100644 --- a/stable/omada-controller/8.0.3/Chart.yaml +++ b/stable/omada-controller/8.0.4/Chart.yaml @@ -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.3 +version: 8.0.4 annotations: truecharts.org/catagories: | - media diff --git a/stable/omada-controller/8.0.3/README.md b/stable/omada-controller/8.0.4/README.md similarity index 100% rename from stable/omada-controller/8.0.3/README.md rename to stable/omada-controller/8.0.4/README.md diff --git a/stable/omada-controller/8.0.4/app-changelog.md b/stable/omada-controller/8.0.4/app-changelog.md new file mode 100644 index 00000000000..d360212db1e --- /dev/null +++ b/stable/omada-controller/8.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [omada-controller-8.0.4](https://github.com/truecharts/charts/compare/omada-controller-8.0.3...omada-controller-8.0.4) (2022-11-15) + +### Fix + +- set also targetPort to the same port so everything works correctly ([#4440](https://github.com/truecharts/charts/issues/4440)) + + \ No newline at end of file diff --git a/stable/omada-controller/8.0.3/app-readme.md b/stable/omada-controller/8.0.4/app-readme.md similarity index 100% rename from stable/omada-controller/8.0.3/app-readme.md rename to stable/omada-controller/8.0.4/app-readme.md diff --git a/stable/omada-controller/8.0.3/charts/common-11.0.0.tgz b/stable/omada-controller/8.0.4/charts/common-11.0.0.tgz similarity index 100% rename from stable/omada-controller/8.0.3/charts/common-11.0.0.tgz rename to stable/omada-controller/8.0.4/charts/common-11.0.0.tgz diff --git a/stable/omada-controller/8.0.3/ix_values.yaml b/stable/omada-controller/8.0.4/ix_values.yaml similarity index 62% rename from stable/omada-controller/8.0.3/ix_values.yaml rename to stable/omada-controller/8.0.4/ix_values.yaml index 174fcb80a9b..f38e15e2f80 100644 --- a/stable/omada-controller/8.0.3/ix_values.yaml +++ b/stable/omada-controller/8.0.4/ix_values.yaml @@ -12,21 +12,8 @@ podSecurityContext: runAsGroup: 0 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 .Values.ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}" PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}" -probes: - liveness: - port: "{{ if .Values.ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}" - readiness: - port: "{{ if .Values.ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}" - startup: - port: "{{ if .Values.ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}" - service: main: ports: diff --git a/stable/omada-controller/8.0.3/questions.yaml b/stable/omada-controller/8.0.4/questions.yaml similarity index 100% rename from stable/omada-controller/8.0.3/questions.yaml rename to stable/omada-controller/8.0.4/questions.yaml diff --git a/stable/omada-controller/8.0.4/templates/common.yaml b/stable/omada-controller/8.0.4/templates/common.yaml new file mode 100644 index 00000000000..2b51e6ce9f6 --- /dev/null +++ b/stable/omada-controller/8.0.4/templates/common.yaml @@ -0,0 +1,24 @@ +{{/* Render the templates */}} +{{ include "tc.common.loader.init" . }} + +{{/* +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 +*/}} + +{{- $port := .Values.service.main.ports.main.port -}} +{{- if .Values.ingress.main.enabled -}} + {{- $port = 443 -}} +{{- end -}} + +{{- $_ := set .Values.env "MANAGE_HTTPS_PORT" $port -}} + +{{- $_ := set .Values.service.main.ports.main "targetPort" $port -}} + +{{- $_ := set .Values.probes.liveness "port" $port -}} +{{- $_ := set .Values.probes.readiness "port" $port -}} +{{- $_ := set .Values.probes.startup "port" $port -}} + +{{ include "tc.common.loader.apply" . }} diff --git a/stable/omada-controller/8.0.3/values.yaml b/stable/omada-controller/8.0.4/values.yaml similarity index 100% rename from stable/omada-controller/8.0.3/values.yaml rename to stable/omada-controller/8.0.4/values.yaml