Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-03-03 17:24:39 +00:00
parent 63056d7c7c
commit e568384aa2
63 changed files with 1284 additions and 67 deletions

View File

@@ -29,13 +29,12 @@ 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.UID | string | `"{{ .Values.security.PUID }}"` | |
| env.VERSION | string | `"LATEST"` | |
| env.VIEW_DISTANCE | int | `16` | |
| image.pullPolicy | string | `"Always"` | |