Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-02-27 19:51:36 +00:00
parent 1aa06bb470
commit 32978ab6d8
14 changed files with 11 additions and 7 deletions

View File

@ -13,6 +13,10 @@ title: Changelog
## [palworld-1.0.3](https://github.com/truecharts/charts/compare/palworld-1.0.2...palworld-1.0.3) (2024-02-14) ## [palworld-1.0.3](https://github.com/truecharts/charts/compare/palworld-1.0.2...palworld-1.0.3) (2024-02-14)

View File

@ -4,13 +4,13 @@ annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: GameServers truecharts.org/category: GameServers
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12" truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable truecharts.org/train: stable
apiVersion: v2 apiVersion: v2
appVersion: palworld appVersion: palworld
dependencies: dependencies:
- name: common - name: common
version: 18.0.1 version: 18.0.3
repository: oci://tccr.io/truecharts repository: oci://tccr.io/truecharts
condition: "" condition: ""
alias: "" alias: ""
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/palworld.png
keywords: keywords:
- palworld - palworld
- GameServers - GameServers
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -35,4 +35,4 @@ sources:
- https://ghcr.io/ich777/steamcmd - https://ghcr.io/ich777/steamcmd
- https://hub.docker.com/r/outdead/rcon - https://hub.docker.com/r/outdead/rcon
type: application type: application
version: 2.1.0 version: 2.1.4

Binary file not shown.

View File

@ -95,7 +95,7 @@ palworld:
update_public_ip: false update_public_ip: false
public_ip: "" public_ip: ""
params: params:
- EpicApp=PalServer - -publiclobby
params_extra: params_extra:
- -useperfthreads - -useperfthreads
- -NoAsyncLoadingThread - -NoAsyncLoadingThread
@ -302,7 +302,7 @@ workload:
# game # game
SRV_ADMIN_PWD: "{{ .Values.palworld.game.admin_password }}" SRV_ADMIN_PWD: "{{ .Values.palworld.game.admin_password }}"
UPDATE_PUBLIC_IP: "{{ .Values.palworld.game.update_public_ip }}" UPDATE_PUBLIC_IP: "{{ .Values.palworld.game.update_public_ip }}"
GAME_PARAMS: '{{ printf "-port=%v -publicport=%v %s" .Values.service.main.ports.main.port .Values.service.main.ports.main.port (join " " .Values.palworld.game.params) }}' GAME_PARAMS: '{{ printf "-port=%v -publicport=%v -rconport=%v %s" .Values.service.main.ports.main.port .Values.service.main.ports.main.port .Values.service.rcon.ports.rcon.port (join " " .Values.palworld.game.params) }}'
GAME_PARAMS_EXTRA: '{{ join " " .Values.palworld.game.params_extra }}' GAME_PARAMS_EXTRA: '{{ join " " .Values.palworld.game.params_extra }}'
# backup # backup
BACKUP: "{{ .Values.palworld.backup.enabled }}" BACKUP: "{{ .Values.palworld.backup.enabled }}"

View File

@ -544,7 +544,7 @@ questions:
schema: schema:
type: list type: list
default: default:
- EpicApp=PalServer - -publiclobby
required: true required: true
items: items:
- variable: param - variable: param