Files
truecharts/charts/stable/minecraft-java/values.yaml
T
Lucas Magno Zimmer ab46b1f642 chore(minecraft-java): Add AUTO_CURSEFORGE options (#8147)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  #8146 

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Deconto <deconto100@gmail.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: GuilhermeDeconto <deconto100@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-06-01 21:07:16 +00:00

184 lines
5.9 KiB
YAML

image:
repository: tccr.io/truecharts/minecraft-java
tag: 2023.3.0@sha256:93d5eea3990a7272ef33a979cfefccd7600b35205d2fc7ac6567cd5c5bb35775
pullPolicy: Always
j19Image:
repository: tccr.io/truecharts/minecraft-java19
tag: latest@sha256:739d1c24b683c2fe610fb3bce22da96f04ae743ec98f77b647053fd6c9105564
pullPolicy: Always
j17j9Image:
repository: tccr.io/truecharts/minecraft-java17-openj9
tag: 2023.3.0@sha256:461c6c1332b797f3723acb1525ebbe910e8107fc845fe22799cce26a1898282b
pullPolicy: Always
j17jdkImage:
repository: tccr.io/truecharts/minecraft-java17-jdk
tag: 2023.3.0@sha256:80f4eab2f2d8bdeb157aa2b95c7f473acb4b1fd201d161ff99a480be05ec192e
pullPolicy: Always
j17gceImage:
repository: tccr.io/truecharts/minecraft-java17-graalvm-ce
tag: latest@sha256:ddb682b019b60ba6b22cde7f012d49e4497442040455beca4852a5765a58c032
pullPolicy: Always
j17alpineImage:
repository: tccr.io/truecharts/minecraft-java17-alpine
tag: 2023.3.0@sha256:f1e1184480e820a7d9301c56648a15bda24dc0b03bbd930fd2a7cbb9c167db14
pullPolicy: Always
j11Image:
repository: tccr.io/truecharts/minecraft-java11
tag: latest@sha256:afe834e49112633a181037707ca6e625fb0550c73dc126c347bc057ea69fc8e6
pullPolicy: Always
j11jdkImage:
repository: tccr.io/truecharts/minecraft-java11-jdk
tag: 2023.3.0@sha256:7da12be11fd1958c05084424b2f0975c93445f743ef75ef0af5eab6e84902fcf
pullPolicy: Always
j11j9Image:
repository: tccr.io/truecharts/minecraft-java11-openj9
tag: 2023.3.0@sha256:10bbed5f553733a8dbce1619d8956490b01f11426f3c8a5f4b0015916bd4ea8f
pullPolicy: Always
j8Image:
repository: tccr.io/truecharts/minecraft-java8
tag: latest@sha256:a67abc7873e1e2d64f9610f2ec2b8e77fa53252a95ff6ec8237f6841772277bd
pullPolicy: Always
j8gceImage:
repository: tccr.io/truecharts/minecraft-java8-graalvm-ce
tag: latest@sha256:aedafd0d4ac88c587dbf7e5f21d405f624f99ab6b78035f73a6b1c4f7b9067ce
pullPolicy: Always
j8jdkImage:
repository: tccr.io/truecharts/minecraft-java8-jdk
tag: 2023.3.0@sha256:135d9fcd78781ead1eab722270f830dbe4eb36caac2972c2f64fd1c74d4bb095
pullPolicy: Always
j8j9Image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: 2023.3.0@sha256:f71de8d5b2206b49fffa47d908b52424520bde8d670752b24aa063b523950369
pullPolicy: Always
service:
main:
ports:
main:
port: 25565
rcon:
enabled: true
ports:
rcon:
enabled: true
port: 25575
targetPort: 25575
persistence:
data:
enabled: true
mountPath: "/data"
portal:
open:
enabled: false
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
imageSelector: image
probes:
liveness:
enabled: true
type: exec
command:
- mc-health
readiness:
enabled: true
type: exec
command:
- mc-health
startup:
enabled: true
type: exec
command:
- mc-health
env:
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
EULA: "TRUE"
GUI: "FALSE"
OVERRIDE_SERVER_PROPERTIES: true
VERSION: "LATEST"
TYPE: "VANILLA"
DIFFICULTY: easy
MAX_PLAYERS: 20
MAX_WORLD_SIZE: 10000
ALLOW_NETHER: true
ANNOUNCE_PLAYER_ACHIEVEMENTS: true
ENABLE_COMMAND_BLOCK: false
FORCE_GAMEMODE: false
GENERATE_STRUCTURES: true
HARDCORE: false
MAX_BUILD_HEIGHT: 256
MAX_TICK_TIME: 60000
SPAWN_ANIMALS: true
SPAWN_MONSTERS: true
SPAWN_NPCS: true
VIEW_DISTANCE: 16
MODE: survival
MOTD: "Welcome to Minecraft on TrueNAS Scale!"
PVP: false
LEVEL_TYPE: DEFAULT
LEVEL: world
ONLINE_MODE: true
MEMORY: 2048M
RCON_PASSWORD: "secretrconpass"
# CUSTOM_SERVER: ""
# QUILT_LOADER_VERSION: ""
# QUILT_LAUNCHER: ""
# QUILT_LAUNCHER_URL: ""
# PUFFERFISH_BUILD: "lastSuccessfulBuild"
# FORGEVERSION: ""
# FORGE_INSTALLER: ""
# FORGE_INSTALLER_URL: ""
# FABRIC_LOADER_VERSION: ""
# FABRIC_INSTALLER: ""
# FABRIC_INSTALLER_URL: ""
# SPIGOT_DOWNLOAD_URL: ""
# BUILD_FROM_SOURCE: false
# BUKKIT_DOWNLOAD_URL: ""
# PAPERBUILD: ""
# PAPER_DOWNLOAD_URL: ""
# PACKWIZ_URL: ""
# AIRPLANE_BUILD: "lastSuccessfulBuild"
# MAGMA_CHANNEL: "stable"
# MOHIST_BUILD: ""
# CANYON_BUILD: ""
# SPONGEBRANCH: "STABLE"
# SPONGEVERSION: ""
# LIMBO_BUILD: "LATEST"
# LIMBO_SCHEMA_FILENAME: "default.schem"
# CRUCIBLE_RELEASE: "latest"
# FTB_MODPACK_ID: ""
# FTB_MODPACK_VERSION_ID: ""
# CF_SERVER_MOD: ""
# CF_BASE_DIR: ""
# USE_MODPACK_START_SCRIPT: true
# FTB_LEGACYJAVAFIXER: false
# WHITELIST: ""
# OPS: ""
# ICON: ""
# SEED: ""
# GENERATOR_SETTINGS: ""
# WORLD: ""
# FORCE_REDOWNLOAD: false
# USE_FLARE_FLAGS: false
# USE_AIKAR_FLAGS: true
# USE_SIMD_FLAGS: false
# JVM_OPTS: ""
# JVM_XX_OPTS: ""
# CF_API_KEY
# CF_PAGE_URL
# CF_SLUG
# CF_EXCLUDE_INCLUDE_FILE
# CF_EXCLUDE_MODS
# CF_FORCE_INCLUDE_MODS
# CF_FORCE_SYNCHRONIZE
# CF_OVERRIDES_SKIP_EXISTING
# CF_PARALLEL_DOWNLOADS
# CF_SET_LEVEL_FROM