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:
@@ -9,17 +9,17 @@ description: A private Among Us server
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/games/impostor-server
|
||||
icon: https://truecharts.org/_static/img/appicons/impostor-server-icon.png
|
||||
keywords:
|
||||
- imposter-server
|
||||
- impostor-server
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: imposter-server
|
||||
name: impostor-server
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/imposter-server
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/impostor-server
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -6,8 +6,8 @@ dependencies:
|
||||
version: 8.14.4
|
||||
deprecated: false
|
||||
description: Satisfactory Dedicated Server
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/games/Satisfactory
|
||||
icon: https://truecharts.org/_static/img/appicons/Satisfactory -icon.png
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/games/satisfactory
|
||||
icon: https://truecharts.org/_static/img/appicons/satisfactory-icon.png
|
||||
keywords:
|
||||
- satisfactory
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -20,7 +20,7 @@ sources:
|
||||
- https://github.com/wolveix/satisfactory-server
|
||||
- https://hub.docker.com/r/wolveix/satisfactory-server
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
|
||||
Reference in New Issue
Block a user