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)
|
## [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
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- Auto-update chart README [skip ci]
|
- Auto-update chart README [skip ci]
|
||||||
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
|
- 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
|
repository: https://library-charts.truecharts.org
|
||||||
version: 10.7.7
|
version: 10.7.7
|
||||||
digest: sha256:1ad92f2f18f9d74ffd15446540b5861f0fc09f91c0ba9f30ba51940e82647587
|
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: |
|
truecharts.org/catagories: |
|
||||||
- GameServers
|
- GameServers
|
||||||
- minecraft
|
- minecraft
|
||||||
version: 0.0.40
|
version: 0.0.41
|
|
@ -12,13 +12,13 @@ securityContext:
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
type: HTTP
|
type: HTTPS
|
||||||
path: /
|
path: /
|
||||||
readiness:
|
readiness:
|
||||||
type: HTTP
|
type: HTTPS
|
||||||
path: /
|
path: /
|
||||||
startup:
|
startup:
|
||||||
type: HTTP
|
type: HTTPS
|
||||||
path: /
|
path: /
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
@ -26,16 +26,16 @@ service:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 10586
|
port: 10586
|
||||||
protocol: HTTP
|
protocol: HTTPS
|
||||||
targetPort: 8000
|
targetPort: 8443
|
||||||
sub:
|
sub:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
sub:
|
sub:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 8443
|
port: 10587
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
targetPort: 8443
|
targetPort: 8000
|
||||||
bedrock:
|
bedrock:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
|
@ -49,7 +49,7 @@ service:
|
||||||
ports:
|
ports:
|
||||||
dynmap:
|
dynmap:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 8123
|
port: 8124
|
||||||
targetPort: 8123
|
targetPort: 8123
|
||||||
minecraft:
|
minecraft:
|
||||||
enabled: true
|
enabled: true
|
|
@ -388,7 +388,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
|
||||||
|
@ -410,7 +410,7 @@ questions:
|
||||||
description: The internal(!) port on the container the Application runs on
|
description: The internal(!) port on the container the Application runs on
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8000
|
default: 8443
|
||||||
- variable: sub
|
- variable: sub
|
||||||
label: Sub Service
|
label: Sub Service
|
||||||
description: The Sub service on which the healthcheck runs, often the webUI
|
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
|
description: This port exposes the container port on the service
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8443
|
default: 10587
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
label: Show Advanced Settings
|
label: Show Advanced Settings
|
||||||
|
@ -544,7 +544,7 @@ questions:
|
||||||
description: The internal(!) port on the container the Application runs on
|
description: The internal(!) port on the container the Application runs on
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8443
|
default: 8000
|
||||||
- variable: minecraft
|
- variable: minecraft
|
||||||
label: Minecraft Service
|
label: Minecraft Service
|
||||||
description: Container Port 25500
|
description: Container Port 25500
|
||||||
|
@ -1048,8 +1048,6 @@ questions:
|
||||||
description: Default
|
description: Default
|
||||||
- value: ClusterFirst
|
- value: ClusterFirst
|
||||||
description: ClusterFirst
|
description: ClusterFirst
|
||||||
- value: ClusterFirstWithHostNet
|
|
||||||
description: ClusterFirstWithHostNet
|
|
||||||
- value: None
|
- value: None
|
||||||
description: None
|
description: None
|
||||||
- variable: dnsConfig
|
- variable: dnsConfig
|
Loading…
Reference in New Issue