chore(games): remove UID and GID from values (#2146)

This commit is contained in:
Stavros Kois
2022-03-13 22:05:52 +02:00
committed by GitHub
parent da8dc031c0
commit 2843efee66
4 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -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!"
+1 -1
View File
@@ -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
-1
View File
@@ -31,7 +31,6 @@ podSecurityContext:
runAsGroup: 0
env:
UID: "{{ .Values.security.PUID }}"
EULA: "TRUE"
VERSION: "LATEST"
TYPE: "VANILLA"