Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
de42ba69dd
commit
a313670475
|
@ -2,6 +2,15 @@
|
|||
|
||||
|
||||
|
||||
## [arksurvivalevolved-0.0.24](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.23...arksurvivalevolved-0.0.24) (2022-09-04)
|
||||
|
||||
### Fix
|
||||
|
||||
- add some default params ([#3694](https://github.com/truecharts/charts/issues/3694))
|
||||
|
||||
|
||||
|
||||
|
||||
## [arksurvivalevolved-0.0.23](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.22...arksurvivalevolved-0.0.23) (2022-08-30)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [arksurvivalevolved-0.0.12](https://github.com/truecharts/apps/compare/arksurvivalevolved-0.0.11...arksurvivalevolved-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
||||
generated: "2022-08-30T23:32:36.569372916Z"
|
||||
generated: "2022-09-04T21:02:53.680169274Z"
|
|
@ -26,4 +26,4 @@ sources:
|
|||
- https://survivetheark.com/
|
||||
- https://hub.docker.com/r/ich777/steamcmd/
|
||||
type: application
|
||||
version: 0.0.23
|
||||
version: 0.0.24
|
|
@ -1,6 +1,6 @@
|
|||
# arksurvivalevolved
|
||||
|
||||
![Version: 0.0.23](https://img.shields.io/badge/Version-0.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
![Version: 0.0.24](https://img.shields.io/badge/Version-0.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
|
||||
This Docker will download and install SteamCMD. It will also install ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!).
|
||||
|
||||
|
@ -65,7 +65,7 @@ helm uninstall arksurvivalevolved
|
|||
|
||||
#### Available Settings
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the command line
|
|
@ -19,8 +19,8 @@ secretEnv:
|
|||
|
||||
env:
|
||||
GAME_ID: "376030"
|
||||
GAME_PARAMS: ""
|
||||
GAME_PARAMS_EXTRA: -server -log
|
||||
GAME_PARAMS: "?RCONPort=27020?RCONEnabled=True"
|
||||
GAME_PARAMS_EXTRA: -server -log -crossplay
|
||||
MAP: TheIsland
|
||||
SERVER_NAME: ""
|
||||
VALIDATE: false
|
|
@ -234,13 +234,13 @@ questions:
|
|||
description: "Enter your game parameters separated with ? and start with ? (don't put spaces in between eg: ?MaxPlayers=40?FastDecayUnsnappedCoreStructures=true)"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
default: "?RCONPort=27020?RCONEnabled=True"
|
||||
- variable: GAME_PARAMS_EXTRA
|
||||
label: "GAME_PARAMS_EXTRA"
|
||||
description: "Values to start the server"
|
||||
schema:
|
||||
type: string
|
||||
default: "-server -log"
|
||||
default: "-server -log -crossplay"
|
||||
- variable: TZ
|
||||
label: Timezone
|
||||
group: Container Configuration
|
||||
|
@ -463,7 +463,7 @@ questions:
|
|||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: TCP
|
||||
default: UDP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
|
@ -595,7 +595,7 @@ questions:
|
|||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: TCP
|
||||
default: UDP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
|
@ -727,7 +727,7 @@ questions:
|
|||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: TCP
|
||||
default: UDP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
|
@ -3109,7 +3109,9 @@ questions:
|
|||
required: true
|
||||
- variable: docs
|
||||
group: Documentation
|
||||
label: "Please read the documentation at https://truecharts.org"
|
||||
label: Please read the documentation at https://truecharts.org
|
||||
description: Please read the documentation at
|
||||
<br /><a href="https://truecharts.org">https://truecharts.org</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
|
@ -3121,7 +3123,9 @@ questions:
|
|||
default: true
|
||||
- variable: donateNag
|
||||
group: Documentation
|
||||
label: "Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor"
|
||||
label: Please consider supporting TrueCharts, see https://truecharts.org/docs/about/sponsor
|
||||
description: Please consider supporting TrueCharts, see
|
||||
<br /><a href="https://truecharts.org/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
Loading…
Reference in New Issue