Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
505a5a58a8
commit
834bdec855
|
@ -1,6 +1,11 @@
|
||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="omada-controller-4.0.64"></a>
|
||||||
|
### [omada-controller-4.0.64](https://github.com/truecharts/apps/compare/omada-controller-4.0.63...omada-controller-4.0.64) (2022-02-17)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="omada-controller-4.0.63"></a>
|
<a name="omada-controller-4.0.63"></a>
|
||||||
### [omada-controller-4.0.63](https://github.com/truecharts/apps/compare/omada-controller-4.0.62...omada-controller-4.0.63) (2022-02-15)
|
### [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))
|
* update docker general non-major docker tags ([#1787](https://github.com/truecharts/apps/issues/1787))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="omada-controller-4.0.53"></a>
|
|
||||||
### [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
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.15.4
|
version: 8.15.4
|
||||||
digest: sha256:d6aca168828f3fef09de9fbc634c303d040d74299b508a7cedf473f66f5a4503
|
digest: sha256:d6aca168828f3fef09de9fbc634c303d040d74299b508a7cedf473f66f5a4503
|
||||||
generated: "2022-02-15T13:53:50.147141156Z"
|
generated: "2022-02-17T08:21:30.104653382Z"
|
|
@ -18,7 +18,7 @@ name: omada-controller
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/mbentley/docker-omada-controller
|
- https://github.com/mbentley/docker-omada-controller
|
||||||
- https://github.com/truecharts/apps/tree/master/charts/omada-controller
|
- https://github.com/truecharts/apps/tree/master/charts/omada-controller
|
||||||
version: 4.0.63
|
version: 4.0.64
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -26,8 +26,16 @@ service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
|
protocol: HTTPS
|
||||||
port: 8043
|
port: 8043
|
||||||
targetPort: 8043
|
targetPort: 8043
|
||||||
|
comm:
|
||||||
|
enabled: true
|
||||||
|
ports:
|
||||||
|
comm:
|
||||||
|
enabled: true
|
||||||
|
port: 8843
|
||||||
|
targetPor: 8843
|
||||||
omada-tcp:
|
omada-tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
|
@ -399,7 +399,7 @@ questions:
|
||||||
label: "Port Type"
|
label: "Port Type"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "HTTP"
|
default: "HTTPS"
|
||||||
enum:
|
enum:
|
||||||
- value: HTTP
|
- value: HTTP
|
||||||
description: "HTTP"
|
description: "HTTP"
|
||||||
|
@ -423,6 +423,133 @@ questions:
|
||||||
type: int
|
type: int
|
||||||
default: 8043
|
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
|
- variable: serviceexpert
|
||||||
group: "Networking and Services"
|
group: "Networking and Services"
|
||||||
label: "Show Expert Config"
|
label: "Show Expert Config"
|
Loading…
Reference in New Issue