Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
af76d0cc64
commit
84eb99c433
|
@ -1,6 +1,19 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="minecraft-java-0.0.13"></a>
|
||||
### [minecraft-java-0.0.13](https://github.com/truecharts/apps/compare/minecraft-java-0.0.12...minecraft-java-0.0.13) (2022-02-27)
|
||||
|
||||
#### Chore
|
||||
|
||||
* rename `web_portal` to `open` ([#1957](https://github.com/truecharts/apps/issues/1957))
|
||||
|
||||
#### Fix
|
||||
|
||||
* Fix variable type in questions and add UID variable ([#1974](https://github.com/truecharts/apps/issues/1974))
|
||||
|
||||
|
||||
|
||||
<a name="minecraft-java-0.0.12"></a>
|
||||
### [minecraft-java-0.0.12](https://github.com/truecharts/apps/compare/minecraft-java-0.0.11...minecraft-java-0.0.12) (2022-02-22)
|
||||
|
||||
|
|
|
@ -29,11 +29,13 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| env.MODE | string | `"survival"` | |
|
||||
| env.MOTD | string | `"Welcome to Minecraft on TrueNAS Scale!"` | |
|
||||
| env.ONLINE_MODE | bool | `true` | |
|
||||
| env.PUID | int | `568` | |
|
||||
| env.PVP | bool | `false` | |
|
||||
| env.SPAWN_ANIMALS | bool | `true` | |
|
||||
| env.SPAWN_MONSTERS | bool | `true` | |
|
||||
| env.SPAWN_NPCS | bool | `true` | |
|
||||
| env.TYPE | string | `"VANILLA"` | |
|
||||
| env.UID | string | `"{{ .Values.env.PUID }}"` | |
|
||||
| env.VERSION | string | `"LATEST"` | |
|
||||
| env.VIEW_DISTANCE | int | `16` | |
|
||||
| image.pullPolicy | string | `"Always"` | |
|
||||
|
@ -53,7 +55,11 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| j8j9Image.tag | string | `"latest@sha256:9c78b6212b0905f1d418795b358f28a8005d7350066a568523510c1e7ea4eefa"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
||||
| persistence.data.mountPath | string | `"/data"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| portal.enabled | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `25565` | |
|
||||
| service.main.ports.main.targetPort | int | `25565` | |
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,19 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="minecraft-java-0.0.13"></a>
|
||||
### [minecraft-java-0.0.13](https://github.com/truecharts/apps/compare/minecraft-java-0.0.12...minecraft-java-0.0.13) (2022-02-27)
|
||||
|
||||
#### Chore
|
||||
|
||||
* rename `web_portal` to `open` ([#1957](https://github.com/truecharts/apps/issues/1957))
|
||||
|
||||
#### Fix
|
||||
|
||||
* Fix variable type in questions and add UID variable ([#1974](https://github.com/truecharts/apps/issues/1974))
|
||||
|
||||
|
||||
|
||||
<a name="minecraft-java-0.0.12"></a>
|
||||
### [minecraft-java-0.0.12](https://github.com/truecharts/apps/compare/minecraft-java-0.0.11...minecraft-java-0.0.12) (2022-02-22)
|
||||
|
||||
|
|
|
@ -29,11 +29,13 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| env.MODE | string | `"survival"` | |
|
||||
| env.MOTD | string | `"Welcome to Minecraft on TrueNAS Scale!"` | |
|
||||
| env.ONLINE_MODE | bool | `true` | |
|
||||
| env.PUID | int | `568` | |
|
||||
| env.PVP | bool | `false` | |
|
||||
| env.SPAWN_ANIMALS | bool | `true` | |
|
||||
| env.SPAWN_MONSTERS | bool | `true` | |
|
||||
| env.SPAWN_NPCS | bool | `true` | |
|
||||
| env.TYPE | string | `"VANILLA"` | |
|
||||
| env.UID | string | `"{{ .Values.env.PUID }}"` | |
|
||||
| env.VERSION | string | `"LATEST"` | |
|
||||
| env.VIEW_DISTANCE | int | `16` | |
|
||||
| image.pullPolicy | string | `"Always"` | |
|
||||
|
@ -53,7 +55,11 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| j8j9Image.tag | string | `"latest@sha256:9c78b6212b0905f1d418795b358f28a8005d7350066a568523510c1e7ea4eefa"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
||||
| persistence.data.mountPath | string | `"/data"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| portal.enabled | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `25565` | |
|
||||
| service.main.ports.main.targetPort | int | `25565` | |
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -31465,6 +31465,37 @@ entries:
|
|||
- https://github.com/truecharts/apps/releases/download/minecraft-bedrock-0.0.2/minecraft-bedrock-0.0.2.tgz
|
||||
version: 0.0.2
|
||||
minecraft-java:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 2022.3.0
|
||||
created: "2022-02-27T14:46:38.783256627Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.16.1
|
||||
description: Minecraft Java Dedicated Server
|
||||
digest: bd955cbd1b871d037e3e9fcb7211f7934aa5c0fa2fd402a0358d9451673bf23b
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/games/minecraft-java
|
||||
icon: https://truecharts.org/_static/img/appicons/minecraft-java-icon.png
|
||||
keywords:
|
||||
- minecraft
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: minecraft-java
|
||||
sources:
|
||||
- https://github.com/itzg/docker-minecraft-server
|
||||
- https://hub.docker.com/r/itzg/minecraft-server
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/minecraft-java-0.0.13/minecraft-java-0.0.13.tgz
|
||||
version: 0.0.13
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
|
@ -64822,4 +64853,4 @@ entries:
|
|||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||
version: 9.0.24
|
||||
generated: "2022-02-26T15:18:58.451244145Z"
|
||||
generated: "2022-02-27T14:46:38.790513627Z"
|
||||
|
|
Loading…
Reference in New Issue