Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-08-22 06:24:06 +00:00
parent 0ff2a057d4
commit ec6c103bf2
223 changed files with 5780 additions and 430 deletions

View File

@@ -2,6 +2,15 @@
## [minecraft-java-1.0.41](https://github.com/truecharts/charts/compare/minecraft-java-1.0.40...minecraft-java-1.0.41) (2022-08-22)
### Chore
- update docker general non-major ([#3530](https://github.com/truecharts/charts/issues/3530))
## [minecraft-java-1.0.40](https://github.com/truecharts/charts/compare/minecraft-java-1.0.39...minecraft-java-1.0.40) (2022-08-17)
### Chore
@@ -88,12 +97,3 @@
- update docker general non-major ([#3290](https://github.com/truecharts/apps/issues/3290))
## [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
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.4.12
digest: sha256:2b926ab794b2ebae2ba0c898ffe38320266e86eafebe44d869c8f0721f5dac27
generated: "2022-08-17T18:40:28.131251365Z"
generated: "2022-08-22T06:13:04.689706142Z"

View File

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

View File

@@ -1,6 +1,6 @@
# minecraft-java
![Version: 1.0.40](https://img.shields.io/badge/Version-1.0.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.11.0](https://img.shields.io/badge/AppVersion-2022.11.0-informational?style=flat-square)
![Version: 1.0.41](https://img.shields.io/badge/Version-1.0.41-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.11.0](https://img.shields.io/badge/AppVersion-2022.11.0-informational?style=flat-square)
Minecraft Java Dedicated Server

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/minecraft-java11
tag: latest@sha256:3a6ca910c9aaf847513f5c267589c16a0724844fae78e2d5393f62c120e9fe26
tag: latest@sha256:b9f25229cad36b7c5b03e848a66df1e2c6ff3c59a33a0b871f8adc6c204d008e
pullPolicy: Always
env:

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: latest@sha256:538282ceb8e81910dc5d16f119a207f4c1bb56fc4c171afea86daf0ffe48b17a
tag: latest@sha256:0bf19c3644729038c7709eca5d19e3b9ec85a2af6acd3ba0cf36971d9d7edf7f
pullPolicy: Always
env:

View File

@@ -4,7 +4,7 @@ image:
pullPolicy: Always
j11Image:
repository: tccr.io/truecharts/minecraft-java11
tag: latest@sha256:3a6ca910c9aaf847513f5c267589c16a0724844fae78e2d5393f62c120e9fe26
tag: latest@sha256:b9f25229cad36b7c5b03e848a66df1e2c6ff3c59a33a0b871f8adc6c204d008e
pullPolicy: Always
j11j9Image:
repository: tccr.io/truecharts/minecraft-java11-openj9
@@ -12,11 +12,11 @@ j11j9Image:
pullPolicy: Always
j8Image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: latest@sha256:538282ceb8e81910dc5d16f119a207f4c1bb56fc4c171afea86daf0ffe48b17a
tag: latest@sha256:0bf19c3644729038c7709eca5d19e3b9ec85a2af6acd3ba0cf36971d9d7edf7f
pullPolicy: Always
j8j9Image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: latest@sha256:538282ceb8e81910dc5d16f119a207f4c1bb56fc4c171afea86daf0ffe48b17a
tag: latest@sha256:0bf19c3644729038c7709eca5d19e3b9ec85a2af6acd3ba0cf36971d9d7edf7f
pullPolicy: Always
securityContext:

View File

@@ -2819,25 +2819,20 @@ questions:
required: true
- variable: docs
group: Documentation
label: 'Please read the documentation at https://truecharts.org'
label: "Please read the documentation at https://truecharts.org"
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDocs
label: 'I have checked the documentation'
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
- variable: donate
group: Documentation
label: "Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor"
schema:
type: string
default: "https://truecharts.org/docs/about/sponsor"
editable: false