Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-05-22 07:12:25 +00:00
parent e4420263bb
commit c31eb0a453
4259 changed files with 624887 additions and 497485 deletions

View File

@@ -1,9 +0,0 @@
## [minecraft-java-4.0.17](https://github.com/truecharts/charts/compare/minecraft-java-4.0.16...minecraft-java-4.0.17) (2023-05-16)
### Chore
- update container image tccr.io/truecharts/minecraft-java19 to latest ([#8987](https://github.com/truecharts/charts/issues/8987))

View File

@@ -4,6 +4,15 @@
## [minecraft-java-4.0.18](https://github.com/truecharts/charts/compare/minecraft-java-4.0.17...minecraft-java-4.0.18) (2023-05-22)
### Feat
- Add Global Pod Options ([#9007](https://github.com/truecharts/charts/issues/9007))
## [minecraft-java-4.0.17](https://github.com/truecharts/charts/compare/minecraft-java-4.0.16...minecraft-java-4.0.17) (2023-05-16)
### Chore
@@ -88,12 +97,3 @@
## [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)
### Chore

View File

@@ -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.17
version: 4.0.18
annotations:
truecharts.org/catagories: |
- games

View File

@@ -0,0 +1,9 @@
## [minecraft-java-4.0.18](https://github.com/truecharts/charts/compare/minecraft-java-4.0.17...minecraft-java-4.0.18) (2023-05-22)
### Feat
- Add Global Pod Options ([#9007](https://github.com/truecharts/charts/issues/9007))

View File

@@ -679,6 +679,74 @@ questions:
default: "Etc/UTC"
$ref:
- "definitions/timezone"
- variable: podOptions
group: "General Settings"
label: "Global Pod Options (Advanced)"
schema:
additional_attrs: true
type: dict
attrs:
- variable: expertPodOpts
label: "Expert - Pod Options"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hostNetwork
label: "Host Networking"
schema:
type: boolean
default: false
- variable: dnsConfig
label: "DNS Configuration"
schema:
type: dict
additional_attrs: true
attrs:
- variable: options
label: "Options"
schema:
type: list
default: [{"name": "ndots", "value": "2"}]
items:
- variable: optionsEntry
label: "Option Entry"
schema:
type: dict
additional_attrs: true
attrs:
- variable: name
label: "Name"
schema:
type: string
required: true
- variable: value
label: "Value"
schema:
type: string
- variable: nameservers
label: "Nameservers"
schema:
type: list
default: []
items:
- variable: nsEntry
label: "Nameserver Entry"
schema:
type: string
required: true
- variable: searches
label: "Searches"
schema:
type: list
default: []
items:
- variable: searchEntry
label: "Search Entry"
schema:
type: string
required: true
- variable: service
group: Networking and Services
label: Configure Service(s)
@@ -794,13 +862,6 @@ questions:
default: false
show_subquestions_if: true
subquestions:
- variable: hostNetwork
group: Networking and Services
label: Host-Networking (Complicated)
schema:
hidden: true
type: boolean
default: false
- variable: scaleExternalInterface
description: Add External Interfaces
label: Add external Interfaces