Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
c7181e99a6
commit
de5e3d151c
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [minecraft-java-5.1.1](https://github.com/truecharts/charts/compare/minecraft-java-5.1.0...minecraft-java-5.1.1) (2023-11-25)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image itzg/minecraft-server to 2023.8.3[@2af12ea](https://github.com/2af12ea) ([#15364](https://github.com/truecharts/charts/issues/15364))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [minecraft-java-5.1.2](https://github.com/truecharts/charts/compare/minecraft-java-5.1.1...minecraft-java-5.1.2) (2023-11-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [minecraft-java-5.1.1](https://github.com/truecharts/charts/compare/minecraft-java-5.1.0...minecraft-java-5.1.1) (2023-11-25)
|
## [minecraft-java-5.1.1](https://github.com/truecharts/charts/compare/minecraft-java-5.1.0...minecraft-java-5.1.1) (2023-11-25)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -92,8 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
## [minecraft-java-5.0.1](https://github.com/truecharts/charts/compare/minecraft-java-5.0.0...minecraft-java-5.0.1) (2023-08-24)
|
## [minecraft-java-5.0.1](https://github.com/truecharts/charts/compare/minecraft-java-5.0.0...minecraft-java-5.0.1) (2023-08-24)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update minecraft-java (minor) ([#11854](https://github.com/truecharts/charts/issues/11854))
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2023.8.3
|
appVersion: "2023.8.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -21,7 +21,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java
|
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java
|
||||||
- https://github.com/itzg/docker-minecraft-server
|
- https://github.com/itzg/docker-minecraft-server
|
||||||
type: application
|
type: application
|
||||||
version: 5.1.1
|
version: 5.1.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: games
|
truecharts.org/category: games
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [minecraft-java-5.1.2](https://github.com/truecharts/charts/compare/minecraft-java-5.1.1...minecraft-java-5.1.2) (2023-11-27)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: itzg/minecraft-server
|
repository: itzg/minecraft-server
|
||||||
tag: 2023.8.3@sha256:2af12eac3a7106882e23d1b2435358db841c4302d213532e415255fbbd36c826
|
tag: 2023.11.1@sha256:cb98ad8c143ab0cf83351ec6a9fd76256152f7b310988f9aa1acfaaf4aacbc77
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
j21Image:
|
j21Image:
|
||||||
repository: itzg/minecraft-server
|
repository: itzg/minecraft-server
|
|
@ -174,6 +174,8 @@ questions:
|
||||||
description: Vanilla
|
description: Vanilla
|
||||||
- value: FORGE
|
- value: FORGE
|
||||||
description: Forge
|
description: Forge
|
||||||
|
- value: NEOFORGE
|
||||||
|
description: NeoForge
|
||||||
- value: FABRIC
|
- value: FABRIC
|
||||||
description: Fabric
|
description: Fabric
|
||||||
- value: SPIGOT
|
- value: SPIGOT
|
||||||
|
@ -270,6 +272,12 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
show_if: [[TYPE, "=", "FORGE"]]
|
show_if: [[TYPE, "=", "FORGE"]]
|
||||||
|
- variable: NEOFORGE_VERSION
|
||||||
|
label: NeoForge Version
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "47.1.79"
|
||||||
|
show_if: [[TYPE, "=", "NEOFORGE"]]
|
||||||
- variable: FABRIC_LOADER_VERSION
|
- variable: FABRIC_LOADER_VERSION
|
||||||
label: Fabric Loader Version
|
label: Fabric Loader Version
|
||||||
schema:
|
schema:
|
Loading…
Reference in New Issue