Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
3dd4ffcd47
commit
def7ab9a49
|
@ -2,6 +2,15 @@
|
|||
|
||||
|
||||
|
||||
## [crafty-4-0.0.41](https://github.com/truecharts/charts/compare/crafty-4-0.0.40...crafty-4-0.0.41) (2022-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
|
||||
## [crafty-4-0.0.40](https://github.com/truecharts/charts/compare/crafty-4-0.0.39...crafty-4-0.0.40) (2022-10-28)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- Auto-update chart README [skip ci]
|
||||
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
|
||||
- update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994))
|
||||
|
||||
|
||||
|
||||
|
||||
## [crafty-4-0.0.32](https://github.com/truecharts/charts/compare/crafty-4-0.0.31...crafty-4-0.0.32) (2022-09-27)
|
||||
|
||||
### Chore
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
digest: sha256:1ad92f2f18f9d74ffd15446540b5861f0fc09f91c0ba9f30ba51940e82647587
|
||||
generated: "2022-10-28T10:38:23.61698764Z"
|
||||
generated: "2022-10-29T22:32:07.169017416Z"
|
|
@ -28,4 +28,4 @@ annotations:
|
|||
truecharts.org/catagories: |
|
||||
- GameServers
|
||||
- minecraft
|
||||
version: 0.0.40
|
||||
version: 0.0.41
|
|
@ -12,13 +12,13 @@ securityContext:
|
|||
|
||||
probes:
|
||||
liveness:
|
||||
type: HTTP
|
||||
type: HTTPS
|
||||
path: /
|
||||
readiness:
|
||||
type: HTTP
|
||||
type: HTTPS
|
||||
path: /
|
||||
startup:
|
||||
type: HTTP
|
||||
type: HTTPS
|
||||
path: /
|
||||
|
||||
service:
|
||||
|
@ -26,16 +26,16 @@ service:
|
|||
ports:
|
||||
main:
|
||||
port: 10586
|
||||
protocol: HTTP
|
||||
targetPort: 8000
|
||||
protocol: HTTPS
|
||||
targetPort: 8443
|
||||
sub:
|
||||
enabled: true
|
||||
ports:
|
||||
sub:
|
||||
enabled: true
|
||||
port: 8443
|
||||
port: 10587
|
||||
protocol: HTTPS
|
||||
targetPort: 8443
|
||||
targetPort: 8000
|
||||
bedrock:
|
||||
enabled: true
|
||||
ports:
|
||||
|
@ -49,7 +49,7 @@ service:
|
|||
ports:
|
||||
dynmap:
|
||||
enabled: true
|
||||
port: 8123
|
||||
port: 8124
|
||||
targetPort: 8123
|
||||
minecraft:
|
||||
enabled: true
|
|
@ -388,7 +388,7 @@ questions:
|
|||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: HTTP
|
||||
default: HTTPS
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
|
@ -410,7 +410,7 @@ questions:
|
|||
description: The internal(!) port on the container the Application runs on
|
||||
schema:
|
||||
type: int
|
||||
default: 8000
|
||||
default: 8443
|
||||
- variable: sub
|
||||
label: Sub Service
|
||||
description: The Sub service on which the healthcheck runs, often the webUI
|
||||
|
@ -503,7 +503,7 @@ questions:
|
|||
description: This port exposes the container port on the service
|
||||
schema:
|
||||
type: int
|
||||
default: 8443
|
||||
default: 10587
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
|
@ -544,7 +544,7 @@ questions:
|
|||
description: The internal(!) port on the container the Application runs on
|
||||
schema:
|
||||
type: int
|
||||
default: 8443
|
||||
default: 8000
|
||||
- variable: minecraft
|
||||
label: Minecraft Service
|
||||
description: Container Port 25500
|
||||
|
@ -1048,8 +1048,6 @@ questions:
|
|||
description: Default
|
||||
- value: ClusterFirst
|
||||
description: ClusterFirst
|
||||
- value: ClusterFirstWithHostNet
|
||||
description: ClusterFirstWithHostNet
|
||||
- value: None
|
||||
description: None
|
||||
- variable: dnsConfig
|
Loading…
Reference in New Issue