Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
cdf2e27176
commit
084471f59b
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [palworld-1.0.2](https://github.com/truecharts/charts/compare/palworld-1.0.1...palworld-1.0.2) (2024-02-12)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- update container image outdead/rcon to latest[@f4ab6d4](https://github.com/f4ab6d4) by renovate ([#18101](https://github.com/truecharts/charts/issues/18101))
|
|
|
@ -7,6 +7,9 @@ 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.2](https://github.com/truecharts/charts/compare/palworld-1.0.1...palworld-1.0.2) (2024-02-12)
|
## [palworld-1.0.2](https://github.com/truecharts/charts/compare/palworld-1.0.1...palworld-1.0.2) (2024-02-12)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
|
@ -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: 1.0.2
|
version: 1.0.3
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [palworld-1.0.3](https://github.com/truecharts/charts/compare/palworld-1.0.2...palworld-1.0.3) (2024-02-14)
|
|
@ -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: '{{ join " " .Values.palworld.game.params }}'
|
GAME_PARAMS: '{{ printf "-port=%s -publicport=%s %s" .Values.service.main.ports.main.port .Values.service.main.ports.main.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 }}"
|
Loading…
Reference in New Issue