Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-08-12 23:56:20 +00:00
parent 43e9ad4524
commit 47745b8a6e
11872 changed files with 2013292 additions and 1861270 deletions

View File

@@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.9
digest: sha256:ba284a99a55c79f156102daabf938cc9651dce305ca6e8b02c2575b3b34d2cc4
generated: "2022-08-10T05:39:56.658832436Z"

View File

@@ -2,6 +2,20 @@
## [minecraft-java-1.0.38](https://github.com/truecharts/charts/compare/minecraft-java-1.0.37...minecraft-java-1.0.38) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps
- update helm general non-major helm releases ([#3456](https://github.com/truecharts/charts/issues/3456))
### Fix
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
## [minecraft-java-1.0.37](https://github.com/truecharts/charts/compare/minecraft-java-1.0.36...minecraft-java-1.0.37) (2022-08-10)
### Chore
@@ -83,17 +97,3 @@
## [minecraft-java-1.0.31](https://github.com/truecharts/apps/compare/minecraft-java-1.0.30...minecraft-java-1.0.31) (2022-07-23)
### Chore
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [minecraft-java-1.0.30](https://github.com/truecharts/apps/compare/minecraft-java-1.0.29...minecraft-java-1.0.30) (2022-07-23)
### Chore
- update docker general non-major ([#3272](https://github.com/truecharts/apps/issues/3272))

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.12
digest: sha256:2b926ab794b2ebae2ba0c898ffe38320266e86eafebe44d869c8f0721f5dac27
generated: "2022-08-12T22:20:48.657494075Z"

View File

@@ -3,7 +3,7 @@ appVersion: "2022.10.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.9
version: 10.4.12
deprecated: false
description: Minecraft Java Dedicated Server
home: https://truecharts.org/docs/charts/stable/minecraft-java
@@ -21,7 +21,7 @@ sources:
- https://github.com/itzg/docker-minecraft-server
- https://hub.docker.com/r/itzg/minecraft-server
type: application
version: 1.0.37
version: 1.0.38
annotations:
truecharts.org/catagories: |
- games

View File

@@ -1,6 +1,6 @@
# minecraft-java
![Version: 1.0.37](https://img.shields.io/badge/Version-1.0.37-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.10.0](https://img.shields.io/badge/AppVersion-2022.10.0-informational?style=flat-square)
![Version: 1.0.38](https://img.shields.io/badge/Version-1.0.38-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.10.0](https://img.shields.io/badge/AppVersion-2022.10.0-informational?style=flat-square)
Minecraft Java Dedicated Server
@@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.9 |
| https://library-charts.truecharts.org | common | 10.4.12 |
## Installing the Chart

Binary file not shown.

View File

@@ -25,6 +25,8 @@ groups:
description: Addon Configuration
- name: Advanced
description: Advanced Configuration
- name: Documentation
description: Documentation
portals:
open:
protocols:
@@ -120,16 +122,6 @@ questions:
default: false
show_subquestions_if: true
subquestions:
- variable: extraArgs
label: Extra Args
schema:
type: list
default: []
items:
- variable: arg
label: Arg
schema:
type: string
- variable: labelsList
label: Controller Labels
schema:
@@ -170,6 +162,25 @@ questions:
label: Value
schema:
type: string
- variable: customextraargs
group: Controller
label: "Extra Args"
description: "Do not click this unless you know what you are doing"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: extraArgs
label: Extra Args
schema:
type: list
default: []
items:
- variable: arg
label: Arg
schema:
type: string
- variable: secretEnv
group: "Container Configuration"
label: "Image Secrets"
@@ -1302,16 +1313,16 @@ questions:
schema:
show_if: [["type", "=", "simpleHP"]]
type: boolean
default: true
default: false
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: true
default: false
- variable: readOnly
label: Read Only"
label: Read Only
schema:
type: boolean
default: false
@@ -2806,3 +2817,27 @@ questions:
schema:
type: string
required: true
- variable: docs
group: Documentation
label: 'Please read the documentation at https://truecharts.org'
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDocs
label: 'I have checked the documentation'
schema:
type: boolean
default: true
# - variable: donate
# group: Documentation
# label: 'Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor'
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: confirmDonate
# label: 'I have considered supporting the project'
# schema:
# type: boolean
# default: true