chore(games): remove UID and GID from values (#2146)
This commit is contained in:
@@ -20,7 +20,7 @@ sources:
|
|||||||
- https://github.com/itzg/docker-minecraft-server
|
- https://github.com/itzg/docker-minecraft-server
|
||||||
- https://hub.docker.com/r/itzg/minecraft-server
|
- https://hub.docker.com/r/itzg/minecraft-server
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.13
|
version: 0.0.14
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- games
|
- games
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ image:
|
|||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UID: "{{ .Values.security.PUID }}"
|
|
||||||
GID: "{{ .Values.podSecurityContext.fsGroup }}"
|
|
||||||
EULA: "TRUE"
|
EULA: "TRUE"
|
||||||
VERSION: "LATEST"
|
VERSION: "LATEST"
|
||||||
SERVER_NAME: "TrueCharts Dedicated Server!"
|
SERVER_NAME: "TrueCharts Dedicated Server!"
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ sources:
|
|||||||
- https://github.com/itzg/docker-minecraft-server
|
- https://github.com/itzg/docker-minecraft-server
|
||||||
- https://hub.docker.com/r/itzg/minecraft-server
|
- https://hub.docker.com/r/itzg/minecraft-server
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.19
|
version: 0.0.20
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- games
|
- games
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ podSecurityContext:
|
|||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UID: "{{ .Values.security.PUID }}"
|
|
||||||
EULA: "TRUE"
|
EULA: "TRUE"
|
||||||
VERSION: "LATEST"
|
VERSION: "LATEST"
|
||||||
TYPE: "VANILLA"
|
TYPE: "VANILLA"
|
||||||
|
|||||||
Reference in New Issue
Block a user