diff --git a/incubator/omada-controller/4.0.63/CHANGELOG.md b/incubator/omada-controller/4.0.64/CHANGELOG.md similarity index 94% rename from incubator/omada-controller/4.0.63/CHANGELOG.md rename to incubator/omada-controller/4.0.64/CHANGELOG.md index a965f28368a..5c8fe0dec64 100644 --- a/incubator/omada-controller/4.0.63/CHANGELOG.md +++ b/incubator/omada-controller/4.0.64/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [omada-controller-4.0.64](https://github.com/truecharts/apps/compare/omada-controller-4.0.63...omada-controller-4.0.64) (2022-02-17) + + + ### [omada-controller-4.0.63](https://github.com/truecharts/apps/compare/omada-controller-4.0.62...omada-controller-4.0.63) (2022-02-15) @@ -92,8 +97,3 @@ * update docker general non-major docker tags ([#1787](https://github.com/truecharts/apps/issues/1787)) - - -### [omada-controller-4.0.53](https://github.com/truecharts/apps/compare/omada-controller-4.0.52...omada-controller-4.0.53) (2022-01-24) - -#### Chore diff --git a/incubator/omada-controller/4.0.63/CONFIG.md b/incubator/omada-controller/4.0.64/CONFIG.md similarity index 100% rename from incubator/omada-controller/4.0.63/CONFIG.md rename to incubator/omada-controller/4.0.64/CONFIG.md diff --git a/incubator/omada-controller/4.0.63/Chart.lock b/incubator/omada-controller/4.0.64/Chart.lock similarity index 78% rename from incubator/omada-controller/4.0.63/Chart.lock rename to incubator/omada-controller/4.0.64/Chart.lock index dae39c59398..4d34e09a84c 100644 --- a/incubator/omada-controller/4.0.63/Chart.lock +++ b/incubator/omada-controller/4.0.64/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.15.4 digest: sha256:d6aca168828f3fef09de9fbc634c303d040d74299b508a7cedf473f66f5a4503 -generated: "2022-02-15T13:53:50.147141156Z" +generated: "2022-02-17T08:21:30.104653382Z" diff --git a/incubator/omada-controller/4.0.63/Chart.yaml b/incubator/omada-controller/4.0.64/Chart.yaml similarity index 97% rename from incubator/omada-controller/4.0.63/Chart.yaml rename to incubator/omada-controller/4.0.64/Chart.yaml index c9693839e17..65993b83d33 100644 --- a/incubator/omada-controller/4.0.63/Chart.yaml +++ b/incubator/omada-controller/4.0.64/Chart.yaml @@ -18,7 +18,7 @@ name: omada-controller sources: - https://github.com/mbentley/docker-omada-controller - https://github.com/truecharts/apps/tree/master/charts/omada-controller -version: 4.0.63 +version: 4.0.64 annotations: truecharts.org/catagories: | - media diff --git a/incubator/omada-controller/4.0.63/README.md b/incubator/omada-controller/4.0.64/README.md similarity index 100% rename from incubator/omada-controller/4.0.63/README.md rename to incubator/omada-controller/4.0.64/README.md diff --git a/incubator/omada-controller/4.0.63/app-readme.md b/incubator/omada-controller/4.0.64/app-readme.md similarity index 100% rename from incubator/omada-controller/4.0.63/app-readme.md rename to incubator/omada-controller/4.0.64/app-readme.md diff --git a/incubator/omada-controller/4.0.63/charts/common-8.15.4.tgz b/incubator/omada-controller/4.0.64/charts/common-8.15.4.tgz similarity index 100% rename from incubator/omada-controller/4.0.63/charts/common-8.15.4.tgz rename to incubator/omada-controller/4.0.64/charts/common-8.15.4.tgz diff --git a/incubator/omada-controller/4.0.63/helm-values.md b/incubator/omada-controller/4.0.64/helm-values.md similarity index 100% rename from incubator/omada-controller/4.0.63/helm-values.md rename to incubator/omada-controller/4.0.64/helm-values.md diff --git a/incubator/omada-controller/4.0.63/ix_values.yaml b/incubator/omada-controller/4.0.64/ix_values.yaml similarity index 92% rename from incubator/omada-controller/4.0.63/ix_values.yaml rename to incubator/omada-controller/4.0.64/ix_values.yaml index df6c83cb001..0cb99a0a64b 100644 --- a/incubator/omada-controller/4.0.63/ix_values.yaml +++ b/incubator/omada-controller/4.0.64/ix_values.yaml @@ -26,8 +26,16 @@ service: main: ports: main: + protocol: HTTPS port: 8043 targetPort: 8043 + comm: + enabled: true + ports: + comm: + enabled: true + port: 8843 + targetPor: 8843 omada-tcp: enabled: true ports: diff --git a/incubator/omada-controller/4.0.63/questions.yaml b/incubator/omada-controller/4.0.64/questions.yaml similarity index 94% rename from incubator/omada-controller/4.0.63/questions.yaml rename to incubator/omada-controller/4.0.64/questions.yaml index a56e5773e67..67238635e1f 100644 --- a/incubator/omada-controller/4.0.63/questions.yaml +++ b/incubator/omada-controller/4.0.64/questions.yaml @@ -399,7 +399,7 @@ questions: label: "Port Type" schema: type: string - default: "HTTP" + default: "HTTPS" enum: - value: HTTP description: "HTTP" @@ -423,6 +423,133 @@ questions: type: int default: 8043 + - variable: comm + label: "Omada Controller User HTTPS portal" + description: "Omada Controller User HTTPS portal" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ipFamilyPolicy + label: "IP Family Policy" + description: "(Advanced) Specify the ip policy" + schema: + show_if: [["type", "!=", "Simple"]] + type: string + default: "SingleStack" + enum: + - value: "SingleStack" + description: "SingleStack" + - value: "PreferDualStack" + description: "PreferDualStack" + - value: "RequireDualStack" + description: "RequireDualStack" + - variable: ipFamilies + label: "(advanced) IP families" + description: "(advanced) The ip families that should be used" + schema: + show_if: [["type", "!=", "Simple"]] + type: list + default: [] + items: + - variable: ipFamily + label: "IP family" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: comm + label: "TCP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8843 + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTPS" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 8843 + - variable: serviceexpert group: "Networking and Services" label: "Show Expert Config" diff --git a/incubator/omada-controller/4.0.63/security.md b/incubator/omada-controller/4.0.64/security.md similarity index 100% rename from incubator/omada-controller/4.0.63/security.md rename to incubator/omada-controller/4.0.64/security.md diff --git a/incubator/omada-controller/4.0.63/templates/common.yaml b/incubator/omada-controller/4.0.64/templates/common.yaml similarity index 100% rename from incubator/omada-controller/4.0.63/templates/common.yaml rename to incubator/omada-controller/4.0.64/templates/common.yaml diff --git a/incubator/omada-controller/4.0.63/values.yaml b/incubator/omada-controller/4.0.64/values.yaml similarity index 100% rename from incubator/omada-controller/4.0.63/values.yaml rename to incubator/omada-controller/4.0.64/values.yaml