Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8f890cb75c
commit
dc6fdd0ad8
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [minecraft-java-4.0.10](https://github.com/truecharts/charts/compare/minecraft-java-4.0.9...minecraft-java-4.0.10) (2023-04-29)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/minecraft-java19 to latest ([#8390](https://github.com/truecharts/charts/issues/8390))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [minecraft-java-4.0.9](https://github.com/truecharts/charts/compare/minecraft-java-4.0.8...minecraft-java-4.0.9) (2023-04-26)
|
## [minecraft-java-4.0.9](https://github.com/truecharts/charts/compare/minecraft-java-4.0.8...minecraft-java-4.0.9) (2023-04-26)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
- BREAKING CHANGE migrate to new common part 2 ([#7992](https://github.com/truecharts/charts/issues/7992))
|
- BREAKING CHANGE migrate to new common part 2 ([#7992](https://github.com/truecharts/charts/issues/7992))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [minecraft-java-3.0.29](https://github.com/truecharts/charts/compare/minecraft-java-3.0.28...minecraft-java-3.0.29) (2023-02-26)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/minecraft-java19 to latest
|
|
||||||
|
|
||||||
|
|
|
@ -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: 4.0.9
|
version: 4.0.10
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- games
|
- games
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [minecraft-java-4.0.10](https://github.com/truecharts/charts/compare/minecraft-java-4.0.9...minecraft-java-4.0.10) (2023-04-29)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/minecraft-java19 to latest ([#8390](https://github.com/truecharts/charts/issues/8390))
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ image:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
j19Image:
|
j19Image:
|
||||||
repository: tccr.io/truecharts/minecraft-java19
|
repository: tccr.io/truecharts/minecraft-java19
|
||||||
tag: latest@sha256:eafb67c431c64217e39323da3084074f86f12dfb45ab19ea2c84ea8f67eddfdc
|
tag: latest@sha256:2694e4a22751283935d4ddda9a39c19e6926c5627391fe2d35a752c6717f090c
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
j17j9Image:
|
j17j9Image:
|
||||||
repository: tccr.io/truecharts/minecraft-java17-openj9
|
repository: tccr.io/truecharts/minecraft-java17-openj9
|
|
@ -1199,7 +1199,7 @@ questions:
|
||||||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
show_if: [["runAsUser", "=", "0"]]
|
show_if: [["runAsUser", "=", 0]]
|
||||||
default: 568
|
default: 568
|
||||||
- variable: UMASK
|
- variable: UMASK
|
||||||
label: UMASK
|
label: UMASK
|
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [minecraft-java-4.0.9](https://github.com/truecharts/charts/compare/minecraft-java-4.0.8...minecraft-java-4.0.9) (2023-04-26)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update minecraft-java (minor) ([#8283](https://github.com/truecharts/charts/issues/8283))
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue