Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-09-04 21:08:49 +00:00
parent de42ba69dd
commit a313670475
10 changed files with 26 additions and 22 deletions

View File

@ -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) ## [arksurvivalevolved-0.0.23](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.22...arksurvivalevolved-0.0.23) (2022-08-30)
### Chore ### Chore
@ -88,12 +97,3 @@
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300)) - update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
### Chore ### 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

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.5.6 version: 10.5.6
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63 digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
generated: "2022-08-30T23:32:36.569372916Z" generated: "2022-09-04T21:02:53.680169274Z"

View File

@ -26,4 +26,4 @@ sources:
- https://survivetheark.com/ - https://survivetheark.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application
version: 0.0.23 version: 0.0.24

View File

@ -1,6 +1,6 @@
# arksurvivalevolved # 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!). 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 #### 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). 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 #### Configure using the command line

View File

@ -19,8 +19,8 @@ secretEnv:
env: env:
GAME_ID: "376030" GAME_ID: "376030"
GAME_PARAMS: "" GAME_PARAMS: "?RCONPort=27020?RCONEnabled=True"
GAME_PARAMS_EXTRA: -server -log GAME_PARAMS_EXTRA: -server -log -crossplay
MAP: TheIsland MAP: TheIsland
SERVER_NAME: "" SERVER_NAME: ""
VALIDATE: false VALIDATE: false

View File

@ -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)" description: "Enter your game parameters separated with ? and start with ? (don't put spaces in between eg: ?MaxPlayers=40?FastDecayUnsnappedCoreStructures=true)"
schema: schema:
type: string type: string
default: "" default: "?RCONPort=27020?RCONEnabled=True"
- variable: GAME_PARAMS_EXTRA - variable: GAME_PARAMS_EXTRA
label: "GAME_PARAMS_EXTRA" label: "GAME_PARAMS_EXTRA"
description: "Values to start the server" description: "Values to start the server"
schema: schema:
type: string type: string
default: "-server -log" default: "-server -log -crossplay"
- variable: TZ - variable: TZ
label: Timezone label: Timezone
group: Container Configuration group: Container Configuration
@ -463,7 +463,7 @@ questions:
label: Port Type label: Port Type
schema: schema:
type: string type: string
default: TCP default: UDP
enum: enum:
- value: HTTP - value: HTTP
description: HTTP description: HTTP
@ -595,7 +595,7 @@ questions:
label: Port Type label: Port Type
schema: schema:
type: string type: string
default: TCP default: UDP
enum: enum:
- value: HTTP - value: HTTP
description: HTTP description: HTTP
@ -727,7 +727,7 @@ questions:
label: Port Type label: Port Type
schema: schema:
type: string type: string
default: TCP default: UDP
enum: enum:
- value: HTTP - value: HTTP
description: HTTP description: HTTP
@ -3109,7 +3109,9 @@ questions:
required: true required: true
- variable: docs - variable: docs
group: Documentation 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: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@ -3121,7 +3123,9 @@ questions:
default: true default: true
- variable: donateNag - variable: donateNag
group: Documentation 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: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict