Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-02-14 10:15:32 +00:00
parent 31b107f261
commit f9ac935e8a
18 changed files with 33 additions and 37 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="minecraft-java-0.0.7"></a>
### [minecraft-java-0.0.7](https://github.com/truecharts/apps/compare/minecraft-java-0.0.6...minecraft-java-0.0.7) (2022-02-14)
#### Chore
* update container image tccr.io/truecharts/minecraft-java to v2022.3.0 ([#1897](https://github.com/truecharts/apps/issues/1897))
<a name="minecraft-java-0.0.6"></a>
### [minecraft-java-0.0.6](https://github.com/truecharts/apps/compare/minecraft-java-0.0.5...minecraft-java-0.0.6) (2022-02-10)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.15.2
digest: sha256:35e4c90b59bc29a3a760d22095d65932c8009e5267949bbbc2d04e23e5cbfd26
generated: "2022-02-10T16:17:51.593731318Z"
generated: "2022-02-14T10:11:36.652331864Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "21.26.0"
appVersion: "2022.3.0"
dependencies:
- name: common
repository: https://truecharts.org
@ -20,7 +20,7 @@ sources:
- https://github.com/itzg/docker-minecraft-server
- https://hub.docker.com/r/itzg/minecraft-server
type: application
version: 0.0.6
version: 0.0.7
annotations:
truecharts.org/catagories: |
- games

View File

@ -38,7 +38,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.VIEW_DISTANCE | int | `16` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"tccr.io/truecharts/minecraft-java"` | |
| image.tag | string | `"21.26.0@sha256:faf49a0177e95e3af763dd5fddb9077885870055364edbf194a1b94eaeaf4641"` | |
| image.tag | string | `"v2022.3.0@sha256:dc121eacba1f056fa287783d06a88dbb75bb50471cf0b6a8edcf04c96fd9dfc8"` | |
| j11Image.pullPolicy | string | `"Always"` | |
| j11Image.repository | string | `"tccr.io/truecharts/minecraft-java11"` | |
| j11Image.tag | string | `"latest@sha256:99418d96c7c5c4e2ffc990479851943267b0958a5369479101da2bb22acfdde0"` | |

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/minecraft-java
tag: 21.26.0@sha256:faf49a0177e95e3af763dd5fddb9077885870055364edbf194a1b94eaeaf4641
tag: v2022.3.0@sha256:dc121eacba1f056fa287783d06a88dbb75bb50471cf0b6a8edcf04c96fd9dfc8
pullPolicy: Always
j11Image:
repository: tccr.io/truecharts/minecraft-java11

File diff suppressed because one or more lines are too long