Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-04-16 11:32:13 +00:00
parent f458790655
commit 11b3c76020
4521 changed files with 590546 additions and 470798 deletions

View File

@@ -1,9 +0,0 @@
## [minecraft-java-4.0.2](https://github.com/truecharts/charts/compare/minecraft-java-4.0.1...minecraft-java-4.0.2) (2023-04-15)
### Chore
- update helm general non-major ([#7998](https://github.com/truecharts/charts/issues/7998))

View File

@@ -4,6 +4,15 @@
## [minecraft-java-4.0.3](https://github.com/truecharts/charts/compare/minecraft-java-4.0.2...minecraft-java-4.0.3) (2023-04-16)
### Chore
- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061))
## [minecraft-java-4.0.2](https://github.com/truecharts/charts/compare/minecraft-java-4.0.1...minecraft-java-4.0.2) (2023-04-15)
### Chore
@@ -88,12 +97,3 @@
- update minecraft-java
## [minecraft-java-3.0.22](https://github.com/truecharts/charts/compare/minecraft-java-3.0.21...minecraft-java-3.0.22) (2023-02-03)
## [minecraft-java-3.0.21](https://github.com/truecharts/charts/compare/minecraft-java-3.0.20...minecraft-java-3.0.21) (2023-01-24)

View File

@@ -3,7 +3,7 @@ appVersion: "2023.1.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.4.13
version: 12.4.15
deprecated: false
description: Minecraft Java Dedicated Server
home: https://truecharts.org/charts/stable/minecraft-java
@@ -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.2
version: 4.0.3
annotations:
truecharts.org/catagories: |
- games

View File

@@ -0,0 +1,9 @@
## [minecraft-java-4.0.3](https://github.com/truecharts/charts/compare/minecraft-java-4.0.2...minecraft-java-4.0.3) (2023-04-16)
### Chore
- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061))

Binary file not shown.

View File

@@ -792,6 +792,7 @@ questions:
group: Networking and Services
label: Host-Networking (Complicated)
schema:
hidden: true
type: boolean
default: false
- variable: scaleExternalInterface
@@ -835,41 +836,41 @@ questions:
description: Use DHCP
- value: static
description: Use Static IP
- variable: staticIPConfigurations
label: Static IP Addresses
schema:
type: list
show_if: [["ipam", "=", {"type": "static"}]]
items:
- variable: staticIP
label: Static IP
- variable: staticIPConfigurations
label: Static IP Addresses
schema:
type: ipaddr
cidr: true
- variable: staticRoutes
label: Static Routes
schema:
type: list
show_if: [["ipam", "=", {"type": "static"}]]
items:
- variable: staticRouteConfiguration
label: Static Route Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: destination
label: Destination
type: list
show_if: [["type", "=", "static"]]
items:
- variable: staticIP
label: Static IP
schema:
type: ipaddr
cidr: true
required: true
- variable: gateway
label: Gateway
- variable: staticRoutes
label: Static Routes
schema:
type: list
show_if: [["type", "=", "static"]]
items:
- variable: staticRouteConfiguration
label: Static Route Configuration
schema:
type: ipaddr
cidr: false
required: true
additional_attrs: true
type: dict
attrs:
- variable: destination
label: Destination
schema:
type: ipaddr
cidr: true
required: true
- variable: gateway
label: Gateway
schema:
type: ipaddr
cidr: false
required: true
- variable: serviceList
label: Add Manual Custom Services
group: Networking and Services