mirror of
https://github.com/truecharts/catalog.git
synced 2026-06-18 09:57:41 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
4
stable/crafty-4/2.1.9/app-changelog.md
Normal file
4
stable/crafty-4/2.1.9/app-changelog.md
Normal 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)
|
||||
|
||||
@@ -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!
|
||||
@@ -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:
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user