Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -84,16 +97,3 @@
|
||||
|
||||
<a name="minecraft-java-0.0.3"></a>
|
||||
### [minecraft-java-0.0.3](https://github.com/truecharts/apps/compare/minecraft-java-0.0.2...minecraft-java-0.0.3) (2022-02-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.15.1 ([#1864](https://github.com/truecharts/apps/issues/1864))
|
||||
|
||||
|
||||
|
||||
<a name="minecraft-java-0.0.2"></a>
|
||||
### [minecraft-java-0.0.2](https://github.com/truecharts/apps/compare/minecraft-java-0.0.1...minecraft-java-0.0.2) (2022-02-06)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.15.0 ([#1856](https://github.com/truecharts/apps/issues/1856))
|
||||
@@ -3,4 +3,4 @@ dependencies:
|
||||
repository: https://truecharts.org
|
||||
version: 8.16.1
|
||||
digest: sha256:36066156858b25e9d81401767dd3c2ce915c3317d8bbccf6581e22812ce45b72
|
||||
generated: "2022-02-22T23:15:21.730224062Z"
|
||||
generated: "2022-02-27T14:43:06.381605608Z"
|
||||
@@ -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.12
|
||||
version: 0.0.13
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
@@ -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` | |
|
||||
|
||||
@@ -22,7 +22,17 @@ j8j9Image:
|
||||
portal:
|
||||
enabled: false
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
env:
|
||||
PUID: 568
|
||||
UID: "{{ .Values.env.PUID }}"
|
||||
EULA: "TRUE"
|
||||
VERSION: "LATEST"
|
||||
TYPE: "VANILLA"
|
||||
@@ -26,7 +26,7 @@ groups:
|
||||
- name: "Advanced"
|
||||
description: "Advanced Configuration"
|
||||
portals:
|
||||
web_portal:
|
||||
open:
|
||||
protocols:
|
||||
- "$kubernetes-resource_configmap_portal_protocol"
|
||||
host:
|
||||
@@ -207,6 +207,12 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: "002"
|
||||
- variable: PUID
|
||||
label: "PUID"
|
||||
description: "Sets the PUID env var"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: EULA
|
||||
label: "Minecraft Eula - Link in readme sources"
|
||||
schema:
|
||||
@@ -333,9 +339,9 @@ questions:
|
||||
- variable: PAPER_DOWNLOAD_URL
|
||||
label: "Paper Download URL"
|
||||
schema:
|
||||
type: int
|
||||
type: string
|
||||
required: false
|
||||
default: 0
|
||||
default: ""
|
||||
show_if: [[TYPE, "=", "PAPER"]]
|
||||
- variable: PACKWIZ_URL
|
||||
label: "Packwiz URL"
|
||||
@@ -1748,7 +1754,7 @@ questions:
|
||||
label: "runAsNonRoot"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: capabilities
|
||||
label: "Capabilities"
|
||||
schema:
|
||||
@@ -1788,13 +1794,13 @@ questions:
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
default: 0
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user