fix(games): fixes for game servers (#1845)

* chore(docs): update default ports

* chore(satisfactory): update icon

* fix(impostor-server): rename app

* fix(minecraft-bedrock): use diffrent port for ipv6

* bump impostor
This commit is contained in:
Stavros Kois
2022-02-05 10:55:19 +01:00
committed by GitHub
parent 0a59105a7f
commit 2fd25d836f
18 changed files with 16 additions and 10 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.2
version: 0.0.3
annotations:
truecharts.org/catagories: |
- games
+1 -1
View File
@@ -10,7 +10,7 @@ env:
VERSION: "LATEST"
SERVER_NAME: "TrueCharts Dedicated Server!"
SERVER_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
SERVER_PORT_V6: "{{ .Values.service.main.ports.main.targetPort }}"
SERVER_PORT_V6: 19133
GAMEMODE: "survival"
DIFFICULTY: "easy"
LEVEL_TYPE: "DEFAULT"