chore(apps): move port up in gui (#1620)

* chore(apps): move `port` up in gui

* bump collabora to pickup new image in catalog

* bump oscam to remove duplicate nodePort entry
This commit is contained in:
Stavros Kois
2021-12-28 00:58:37 +02:00
committed by GitHub
parent b63d32d89d
commit 85c1e996cd
7 changed files with 37 additions and 44 deletions

View File

@@ -102,6 +102,13 @@ questions:
schema:
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10006
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
@@ -136,13 +143,6 @@ questions:
schema:
type: int
default: 80
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10006
required: true
- variable: serviceexpert
group: "Networking and Services"

View File

@@ -22,7 +22,7 @@ sources:
- https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application
version: 10.0.7
version: 10.0.8
annotations:
truecharts.org/catagories: |
- office

View File

@@ -143,6 +143,13 @@ questions:
schema:
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10038
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
@@ -182,13 +189,6 @@ questions:
schema:
type: int
default: 3000
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10038
required: true
- variable: serviceexpert
group: "Networking and Services"

View File

@@ -103,6 +103,13 @@ questions:
schema:
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9117
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
@@ -142,13 +149,6 @@ questions:
schema:
type: int
default: 9117
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9117
required: true
- variable: serviceexpert
group: "Networking and Services"

View File

@@ -159,6 +159,13 @@ questions:
schema:
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3100
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
@@ -198,13 +205,6 @@ questions:
schema:
type: int
default: 3100
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3100
required: true
- variable: serviceexpert
group: "Networking and Services"

View File

@@ -19,7 +19,7 @@ name: oscam
sources:
- https://trac.streamboard.tv/oscam/browser/trunk
type: application
version: 4.0.26
version: 4.0.27
annotations:
truecharts.org/catagories: |
- DIY

View File

@@ -109,6 +109,13 @@ questions:
schema:
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10062
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
@@ -144,20 +151,6 @@ questions:
type: int
default: 8888
required: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10062
required: true
- variable: nodePort
label: "Node Port (Optional)"
description: "This port gets exposed to the node. Only considered when service type is NodePort"
schema:
type: int
min: 9000
max: 65535
- variable: serviceexpert
group: "Networking and Services"