Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-13 20:15:35 +00:00
parent c038465e1c
commit 0f95a54fb9
31 changed files with 67 additions and 78 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="minecraft-bedrock-0.0.14"></a>
### [minecraft-bedrock-0.0.14](https://github.com/truecharts/apps/compare/minecraft-bedrock-0.0.13...minecraft-bedrock-0.0.14) (2022-03-13)
#### Chore
* remove UID and GID from values ([#2146](https://github.com/truecharts/apps/issues/2146))
<a name="minecraft-bedrock-0.0.13"></a>
### [minecraft-bedrock-0.0.13](https://github.com/truecharts/apps/compare/minecraft-bedrock-0.0.12...minecraft-bedrock-0.0.13) (2022-03-07)
@ -88,12 +97,3 @@
* update helm chart common to v8.15.0 ([#1856](https://github.com/truecharts/apps/issues/1856))
<a name="minecraft-bedrock-0.0.2"></a>
### minecraft-bedrock-0.0.2 (2022-02-04)
#### Feat
* add games train and two gameservers ([#1839](https://github.com/truecharts/apps/issues/1839))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 9.1.2
digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24
generated: "2022-03-07T08:37:46.843933761Z"
generated: "2022-03-13T20:07:40.373925041Z"

View File

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

View File

@ -17,7 +17,6 @@ You will, however, be able to use all values referenced in the common chart here
| env.DIFFICULTY | string | `"easy"` | |
| env.EULA | string | `"TRUE"` | |
| env.GAMEMODE | string | `"survival"` | |
| env.GID | string | `"{{ .Values.podSecurityContext.fsGroup }}"` | |
| env.LEVEL_NAME | string | `"Bedrock level"` | |
| env.LEVEL_SEED | string | `""` | |
| env.LEVEL_TYPE | string | `"DEFAULT"` | |
@ -34,7 +33,6 @@ You will, however, be able to use all values referenced in the common chart here
| env.SERVER_PORT_V6 | int | `19133` | |
| env.TEXTUREPACK_REQUIRED | bool | `false` | |
| env.TICK_DISTANCE | int | `4` | |
| env.UID | string | `"{{ .Values.security.PUID }}"` | |
| env.VERSION | string | `"LATEST"` | |
| env.VIEW_DISTANCE | int | `32` | |
| env.WHITE_LIST | bool | `false` | |

View File

@ -4,8 +4,6 @@ image:
pullPolicy: Always
env:
UID: "{{ .Values.security.PUID }}"
GID: "{{ .Values.podSecurityContext.fsGroup }}"
EULA: "TRUE"
VERSION: "LATEST"
SERVER_NAME: "TrueCharts Dedicated Server!"

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="minecraft-java-0.0.20"></a>
### [minecraft-java-0.0.20](https://github.com/truecharts/apps/compare/minecraft-java-0.0.19...minecraft-java-0.0.20) (2022-03-13)
#### Chore
* remove UID and GID from values ([#2146](https://github.com/truecharts/apps/issues/2146))
<a name="minecraft-java-0.0.19"></a>
### [minecraft-java-0.0.19](https://github.com/truecharts/apps/compare/minecraft-java-0.0.18...minecraft-java-0.0.19) (2022-03-07)
@ -88,12 +97,3 @@
#### Chore
* update docker general non-major ([#1924](https://github.com/truecharts/apps/issues/1924))
<a name="minecraft-java-0.0.9"></a>
### [minecraft-java-0.0.9](https://github.com/truecharts/apps/compare/minecraft-java-0.0.8...minecraft-java-0.0.9) (2022-02-16)
#### Chore

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 9.1.2
digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24
generated: "2022-03-07T08:37:46.658974523Z"
generated: "2022-03-13T20:07:40.38837313Z"

View File

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

View File

@ -34,7 +34,6 @@ You will, however, be able to use all values referenced in the common chart here
| env.SPAWN_MONSTERS | bool | `true` | |
| env.SPAWN_NPCS | bool | `true` | |
| env.TYPE | string | `"VANILLA"` | |
| env.UID | string | `"{{ .Values.security.PUID }}"` | |
| env.VERSION | string | `"LATEST"` | |
| env.VIEW_DISTANCE | int | `16` | |
| image.pullPolicy | string | `"Always"` | |

View File

@ -31,7 +31,6 @@ podSecurityContext:
runAsGroup: 0
env:
UID: "{{ .Values.security.PUID }}"
EULA: "TRUE"
VERSION: "LATEST"
TYPE: "VANILLA"

File diff suppressed because one or more lines are too long