Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-02-03 12:49:43 +00:00
parent 03980d7996
commit 3d56ef9670
10167 changed files with 670602 additions and 83963 deletions

View File

@@ -1,9 +0,0 @@
## [minecraft-java-7.1.11](https://github.com/truecharts/charts/compare/minecraft-java-7.1.10...minecraft-java-7.1.11) (2024-01-26)
### Chore
- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545))

View File

@@ -7,6 +7,15 @@ title: Changelog
## [minecraft-java-7.1.13](https://github.com/truecharts/charts/compare/minecraft-java-7.1.12...minecraft-java-7.1.13) (2024-02-03)
### Chore
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))
## [minecraft-java-7.1.11](https://github.com/truecharts/charts/compare/minecraft-java-7.1.10...minecraft-java-7.1.11) (2024-01-26)
### Chore
@@ -88,12 +97,3 @@ title: Changelog
### Chore
- bump all charts for OCI test push
- move everything to consume OCI-hosted common-chart dependency
- update container image common to v17.2.19[@4ebb688](https://github.com/4ebb688) by renovate ([#16733](https://github.com/truecharts/charts/issues/16733))
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))

View File

@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 2023.11.1
dependencies:
- name: common
version: 17.2.29
version: 17.2.30
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@@ -35,4 +35,4 @@ sources:
- https://hub.docker.com/r/itzg/minecraft-server
- https://hub.docker.com/r/itzg/mc-backup
type: application
version: 7.1.11
version: 7.1.13

View File

@@ -0,0 +1,9 @@
## [minecraft-java-7.1.13](https://github.com/truecharts/charts/compare/minecraft-java-7.1.12...minecraft-java-7.1.13) (2024-02-03)
### Chore
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))

Binary file not shown.

View File

@@ -158,6 +158,7 @@ workload:
ONLINE_MODE: true
MEMORY: 2048M
RCON_PASSWORD: "secretrconpass"
# PACKWIZ_URL: ""
# CUSTOM_SERVER: ""
# QUILT_LOADER_VERSION: ""
# QUILT_LAUNCHER: ""
@@ -174,7 +175,6 @@ workload:
# BUKKIT_DOWNLOAD_URL: ""
# PAPERBUILD: ""
# PAPER_DOWNLOAD_URL: ""
# PACKWIZ_URL: ""
# AIRPLANE_BUILD: "lastSuccessfulBuild"
# MAGMA_CHANNEL: "stable"
# MOHIST_BUILD: ""

View File

@@ -211,6 +211,12 @@ questions:
description: Pufferfish
- value: CUSTOM
description: Custom
- variable: PACKWIZ_URL
label: Packwiz URL
schema:
type: string
default: ""
show_if: [[TYPE, "!=", "VANILLA"]]
- variable: CUSTOM_SERVER
label: Custom Server
description: URL or a container path to an existing JAR file, will ONLY download once.
@@ -293,12 +299,6 @@ questions:
type: string
default: ""
show_if: [[TYPE, "=", "FABRIC"]]
- variable: PACKWIZ_URL
label: Packwiz URL
schema:
type: string
default: ""
show_if: [[TYPE, "=", "FABRIC"]]
- variable: SPIGOT_DOWNLOAD_URL
label: Spigot Download URL
schema: