Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
dc5224e34d
commit
9394069946
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [minecraft-java-4.0.14](https://github.com/truecharts/charts/compare/minecraft-java-4.0.13...minecraft-java-4.0.14) (2023-05-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [minecraft-java-4.0.15](https://github.com/truecharts/charts/compare/minecraft-java-4.0.14...minecraft-java-4.0.15) (2023-05-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/minecraft-java19 to latest ([#8950](https://github.com/truecharts/charts/issues/8950))
|
||||
|
||||
|
||||
|
||||
|
||||
## [minecraft-java-4.0.14](https://github.com/truecharts/charts/compare/minecraft-java-4.0.13...minecraft-java-4.0.14) (2023-05-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [minecraft-java-4.0.7](https://github.com/truecharts/charts/compare/minecraft-java-4.0.6...minecraft-java-4.0.7) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8145](https://github.com/truecharts/charts/issues/8145))
|
||||
|
||||
|
||||
|
||||
|
||||
## [minecraft-java-4.0.6](https://github.com/truecharts/charts/compare/minecraft-java-4.0.5...minecraft-java-4.0.6) (2023-04-20)
|
||||
|
||||
### Chore
|
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java
|
||||
- https://github.com/itzg/docker-minecraft-server
|
||||
type: application
|
||||
version: 4.0.14
|
||||
version: 4.0.15
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [minecraft-java-4.0.15](https://github.com/truecharts/charts/compare/minecraft-java-4.0.14...minecraft-java-4.0.15) (2023-05-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/minecraft-java19 to latest ([#8950](https://github.com/truecharts/charts/issues/8950))
|
||||
|
||||
|
|
@ -4,7 +4,7 @@ image:
|
|||
pullPolicy: Always
|
||||
j19Image:
|
||||
repository: tccr.io/truecharts/minecraft-java19
|
||||
tag: latest@sha256:87b0528f63b1948510196f9b5a53997e46bb9955b4a3459c469b8303ca4004b4
|
||||
tag: latest@sha256:bf0dca0d9d2f3a5eb7cd8e8456b3cae579b16a05593c34ee84f9d5339136cdb2
|
||||
pullPolicy: Always
|
||||
j17j9Image:
|
||||
repository: tccr.io/truecharts/minecraft-java17-openj9
|
|
@ -31,7 +31,19 @@ groups:
|
|||
description: Documentation
|
||||
portals: {}
|
||||
questions:
|
||||
|
||||
- variable: global
|
||||
group: General Settings
|
||||
label: "Global Settings"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: stopAll
|
||||
label: Stop All
|
||||
description: "Stops All Running pods and hibernates cnpg"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: workload
|
||||
group: "Workload Settings"
|
||||
label: ""
|
Loading…
Reference in New Issue