Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="minecraft-java-0.0.30"></a>
|
||||
### [minecraft-java-0.0.30](https://github.com/truecharts/apps/compare/minecraft-java-0.0.29...minecraft-java-0.0.30) (2022-03-26)
|
||||
|
||||
#### Chore
|
||||
|
||||
* Add rcon_password in gui ([#2297](https://github.com/truecharts/apps/issues/2297))
|
||||
|
||||
|
||||
|
||||
<a name="minecraft-java-0.0.29"></a>
|
||||
### [minecraft-java-0.0.29](https://github.com/truecharts/apps/compare/minecraft-java-0.0.28...minecraft-java-0.0.29) (2022-03-26)
|
||||
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
|
||||
|
||||
<a name="minecraft-java-0.0.18"></a>
|
||||
### [minecraft-java-0.0.18](https://github.com/truecharts/apps/compare/minecraft-java-0.0.17...minecraft-java-0.0.18) (2022-03-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update docker general non-major ([#2046](https://github.com/truecharts/apps/issues/2046))
|
||||
* Remove `-icon` string from icon png's ([#2040](https://github.com/truecharts/apps/issues/2040))
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@ dependencies:
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 9.1.15
|
||||
digest: sha256:8f13af42bdb9c005c8b99d3443c5b350c9d99c45f485e7bbcb233fd14b3ab4f4
|
||||
generated: "2022-03-26T14:34:09.972904033Z"
|
||||
generated: "2022-03-27T00:01:24.634554432Z"
|
||||
@@ -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.29
|
||||
version: 0.0.30
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
@@ -29,6 +29,7 @@ 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.OVERRIDE_SERVER_PROPERTIES | bool | `true` | |
|
||||
| env.PVP | bool | `false` | |
|
||||
| env.SPAWN_ANIMALS | bool | `true` | |
|
||||
| env.SPAWN_MONSTERS | bool | `true` | |
|
||||
@@ -56,6 +57,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| 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` | |
|
||||
@@ -30,8 +30,12 @@ podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
secret:
|
||||
RCON_PASSWORD: "secretrconpass"
|
||||
|
||||
env:
|
||||
EULA: "TRUE"
|
||||
OVERRIDE_SERVER_PROPERTIES: true
|
||||
VERSION: "LATEST"
|
||||
TYPE: "VANILLA"
|
||||
DIFFICULTY: easy
|
||||
@@ -186,7 +186,20 @@ questions:
|
||||
label: "Value"
|
||||
schema:
|
||||
type: string
|
||||
|
||||
- variable: secret
|
||||
group: "Container Configuration"
|
||||
label: "Image Secrets"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: RCON_PASSWORD
|
||||
label: "RCON_PASSWORD"
|
||||
description: "This will only have effect in the first installation or always if OVERRIDE_SERVER_PROPERTIES is enabled"
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
||||
@@ -200,6 +213,12 @@ questions:
|
||||
type: boolean
|
||||
required: true
|
||||
default: false
|
||||
- variable: OVERRIDE_SERVER_PROPERTIES
|
||||
label: "OVERRIDE_SERVER_PROPERTIES"
|
||||
description: "Enable this so RCON_PASSWORD will always have effect."
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: VERSION
|
||||
label: "Minecraft Version - LATEST, SNAPSHOT, or verison"
|
||||
schema:
|
||||
Reference in New Issue
Block a user