Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-01-18 07:35:01 +00:00
parent 95fbd40228
commit 2f05bae1d4
11 changed files with 71 additions and 16 deletions

View File

@@ -1,9 +0,0 @@
## [crafty-4-2.1.8](https://github.com/truecharts/charts/compare/crafty-4-2.1.7...crafty-4-2.1.8) (2023-01-10)
### Chore
- update container image tccr.io/truecharts/crafty-4 to v4.0.19

View File

@@ -4,6 +4,11 @@
## [crafty-4-2.1.9](https://github.com/truecharts/charts/compare/crafty-4-2.1.8...crafty-4-2.1.9) (2023-01-18)
## [crafty-4-2.1.8](https://github.com/truecharts/charts/compare/crafty-4-2.1.7...crafty-4-2.1.8) (2023-01-10)
### Chore
@@ -92,8 +97,3 @@
## [crafty-4-2.1.1](https://github.com/truecharts/charts/compare/crafty-4-2.1.0...crafty-4-2.1.1) (2022-11-30)

View File

@@ -23,7 +23,7 @@ sources:
- https://craftycontrol.com/
- https://gitlab.com/crafty-controller/crafty-4
type: application
version: 2.1.8
version: 2.1.9
annotations:
truecharts.org/catagories: |
- GameServers

View File

@@ -0,0 +1,4 @@
## [crafty-4-2.1.9](https://github.com/truecharts/charts/compare/crafty-4-2.1.8...crafty-4-2.1.9) (2023-01-18)

View File

@@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@@ -43,6 +43,14 @@ service:
enabled: true
port: 25565
targetPort: 25565
bedrock:
enabled: true
ports:
bedrock:
enabled: true
port: 19132
protocol: UDP
targetPort: 19132
persistence:
config:

View File

@@ -275,6 +275,58 @@ questions:
type: int
default: 25565
required: true
- variable: bedrock
label: Bedrock Service
description: Bedrock Service Port
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 and Loadbalancer exposes the service using the system loadbalancer"
schema:
type: string
default: LoadBalancer
enum:
- value: LoadBalancer
description: LoadBalancer (Expose Ports)
- value: ClusterIP
description: ClusterIP (Do Not Expose Ports)
- value: Simple
description: Deprecated CHANGE THIS
- variable: loadBalancerIP
label: LoadBalancer IP
description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
schema:
show_if: [["type", "=", "LoadBalancer"]]
type: string
default: ""
- variable: ports
label: "Service's Port(s) Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: bedrock
label: Bedrock 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: 19132
required: true
- variable: serviceexpert
group: Networking and Services
label: Show Expert Config