refactor(charts): BREAKING CHANGE (#2836)

* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
This commit is contained in:
Kjeld Schouten-Lebbing
2022-06-07 19:41:19 +02:00
committed by GitHub
parent e4911cf0b1
commit 5529c2a3af
1546 changed files with 10467 additions and 3650 deletions
@@ -0,0 +1,70 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.ALLOW_NETHER | bool | `true` | |
| env.ANNOUNCE_PLAYER_ACHIEVEMENTS | bool | `true` | |
| env.DIFFICULTY | string | `"easy"` | |
| env.ENABLE_COMMAND_BLOCK | bool | `false` | |
| env.EULA | string | `"TRUE"` | |
| env.FORCE_GAMEMODE | bool | `false` | |
| env.GENERATE_STRUCTURES | bool | `true` | |
| env.HARDCORE | bool | `false` | |
| env.LEVEL | string | `"world"` | |
| env.LEVEL_TYPE | string | `"DEFAULT"` | |
| env.MAX_BUILD_HEIGHT | int | `256` | |
| env.MAX_PLAYERS | int | `20` | |
| env.MAX_TICK_TIME | int | `60000` | |
| env.MAX_WORLD_SIZE | int | `10000` | |
| env.MEMORY | string | `"2048M"` | |
| env.MODE | string | `"survival"` | |
| env.MOTD | string | `"Welcome to Minecraft on TrueNAS Scale!"` | |
| env.ONLINE_MODE | bool | `true` | |
| env.OVERRIDE_SERVER_PROPERTIES | bool | `true` | |
| env.PVP | bool | `false` | |
| env.SPAWN_ANIMALS | bool | `true` | |
| env.SPAWN_MONSTERS | bool | `true` | |
| env.SPAWN_NPCS | bool | `true` | |
| env.TYPE | string | `"VANILLA"` | |
| env.VERSION | string | `"LATEST"` | |
| env.VIEW_DISTANCE | int | `16` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"tccr.io/truecharts/minecraft-java"` | |
| image.tag | string | `"v2022.5.0@sha256:06f4d4c559a827927195a8b4692633fa8c15f1401d65a6b395adb601c4f7273c"` | |
| j11Image.pullPolicy | string | `"Always"` | |
| j11Image.repository | string | `"tccr.io/truecharts/minecraft-java11"` | |
| j11Image.tag | string | `"latest@sha256:049429008ff816f1675e8914f94852a9a3cac3dfa2ad8fd26e8bc4d5cddce06f"` | |
| j11j9Image.pullPolicy | string | `"Always"` | |
| j11j9Image.repository | string | `"tccr.io/truecharts/minecraft-java11-openj9"` | |
| j11j9Image.tag | string | `"latest@sha256:248ecbdca94efa8ab7c0b0437a0b59ba82ca9dabe6cd1f90a8cbd43319f15b82"` | |
| j8Image.pullPolicy | string | `"Always"` | |
| j8Image.repository | string | `"tccr.io/truecharts/minecraft-java8-openj9"` | |
| j8Image.tag | string | `"latest@sha256:44937cf02381e41f82b3651c628123085ad11ee63c3e1bb5b909c09947a3fe3f"` | |
| j8j9Image.pullPolicy | string | `"Always"` | |
| j8j9Image.repository | string | `"tccr.io/truecharts/minecraft-java8-openj9"` | |
| j8j9Image.tag | string | `"latest@sha256:44937cf02381e41f82b3651c628123085ad11ee63c3e1bb5b909c09947a3fe3f"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| portal.enabled | bool | `false` | |
| secret.RCON_PASSWORD | string | `"secretrconpass"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `25565` | |
| service.main.ports.main.targetPort | int | `25565` | |
| service.rcon.enabled | bool | `true` | |
| service.rcon.ports.rcon.enabled | bool | `true` | |
| service.rcon.ports.rcon.port | int | `25575` | |
| service.rcon.ports.rcon.targetPort | int | `25575` | |
All Rights Reserved - The TrueCharts Project