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://hub.docker.com/r/itzg/minecraft-server
|
||||
type: application
|
||||
version: 0.0.13
|
||||
version: 0.0.14
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
|
||||
@@ -4,8 +4,6 @@ image:
|
||||
pullPolicy: Always
|
||||
|
||||
env:
|
||||
UID: "{{ .Values.security.PUID }}"
|
||||
GID: "{{ .Values.podSecurityContext.fsGroup }}"
|
||||
EULA: "TRUE"
|
||||
VERSION: "LATEST"
|
||||
SERVER_NAME: "TrueCharts Dedicated Server!"
|
||||
|
||||
@@ -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.19
|
||||
version: 0.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
|
||||
@@ -31,7 +31,6 @@ podSecurityContext:
|
||||
runAsGroup: 0
|
||||
|
||||
env:
|
||||
UID: "{{ .Values.security.PUID }}"
|
||||
EULA: "TRUE"
|
||||
VERSION: "LATEST"
|
||||
TYPE: "VANILLA"
|
||||
|
||||
Reference in New Issue
Block a user