Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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]
|
||||
@@ -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"
|
||||
@@ -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
|
||||
@@ -1,6 +1,6 @@
|
||||
# minecraft-java
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Minecraft Java Dedicated Server
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/minecraft-java11
|
||||
tag: latest@sha256:3a6ca910c9aaf847513f5c267589c16a0724844fae78e2d5393f62c120e9fe26
|
||||
tag: latest@sha256:b9f25229cad36b7c5b03e848a66df1e2c6ff3c59a33a0b871f8adc6c204d008e
|
||||
pullPolicy: Always
|
||||
|
||||
env:
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/minecraft-java8-openj9
|
||||
tag: latest@sha256:538282ceb8e81910dc5d16f119a207f4c1bb56fc4c171afea86daf0ffe48b17a
|
||||
tag: latest@sha256:0bf19c3644729038c7709eca5d19e3b9ec85a2af6acd3ba0cf36971d9d7edf7f
|
||||
pullPolicy: Always
|
||||
|
||||
env:
|
||||
@@ -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:
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user