Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8ca44eee22
commit
01f5631acf
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [valheim-5.0.11](https://github.com/truecharts/charts/compare/valheim-5.0.10...valheim-5.0.11) (2023-01-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/valheim-server to latest
|
||||
|
||||
|
|
@ -4,6 +4,11 @@
|
|||
|
||||
|
||||
|
||||
## [valheim-5.0.12](https://github.com/truecharts/charts/compare/valheim-5.0.11...valheim-5.0.12) (2023-01-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [valheim-5.0.11](https://github.com/truecharts/charts/compare/valheim-5.0.10...valheim-5.0.11) (2023-01-12)
|
||||
|
||||
### Chore
|
||||
|
@ -91,9 +96,4 @@
|
|||
|
||||
|
||||
|
||||
## [valheim-5.0.4](https://github.com/truecharts/charts/compare/valheim-5.0.3...valheim-5.0.4) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [valheim-5.0.4](https://github.com/truecharts/charts/compare/valheim-5.0.3...valheim-5.0.4) (2022-11-30)
|
|
@ -19,7 +19,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/valheim
|
||||
- https://github.com/lloesche/valheim-server-docker
|
||||
- https://hub.docker.com/r/lloesche/valheim-server
|
||||
version: 5.0.11
|
||||
version: 5.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [valheim-5.0.12](https://github.com/truecharts/charts/compare/valheim-5.0.11...valheim-5.0.12) (2023-01-17)
|
||||
|
|
@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
|
|||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
|
@ -90,25 +90,25 @@ questions:
|
|||
type: dict
|
||||
attrs:
|
||||
- variable: SUPERVISOR_HTTP_USER
|
||||
label: SUPERVISOR_HTTP_USER
|
||||
label: Supervisor HTTP User
|
||||
schema:
|
||||
type: string
|
||||
default: admin
|
||||
required: true
|
||||
- variable: SUPERVISOR_HTTP_PASS
|
||||
label: SUPERVISOR_HTTP_PASS
|
||||
label: Supervisor HTTP Pass
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
private: true
|
||||
default: REPLACETHIS
|
||||
default: ""
|
||||
- variable: SERVER_PASS
|
||||
label: SERVER_PASS
|
||||
label: Server Pass
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
private: true
|
||||
default: REPLACETHIS
|
||||
default: ""
|
||||
min_length: 5
|
||||
- variable: env
|
||||
group: App Configuration
|
||||
label: Image Environment
|
||||
|
@ -117,57 +117,57 @@ questions:
|
|||
type: dict
|
||||
attrs:
|
||||
- variable: STATUS_HTTP
|
||||
label: STATUS_HTTP
|
||||
label: Status HTTP
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: SUPERVISOR_HTTP
|
||||
label: SUPERVISOR_HTTP
|
||||
label: Supervisor HTTP
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: SERVER_NAME
|
||||
label: SERVER_NAME
|
||||
label: Server Name
|
||||
schema:
|
||||
type: string
|
||||
default: My Server
|
||||
required: true
|
||||
- variable: WORLD_NAME
|
||||
label: WORLD_NAME
|
||||
label: World Name
|
||||
schema:
|
||||
type: string
|
||||
default: Dedicated
|
||||
required: true
|
||||
- variable: SERVER_PUBLIC
|
||||
label: SERVER_PUBLIC
|
||||
label: Server Public
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: UPDATE_INTERVAL
|
||||
label: UPDATE_INTERVAL
|
||||
label: Update Interval
|
||||
schema:
|
||||
type: int
|
||||
default: 10800
|
||||
required: true
|
||||
- variable: BACKUPS
|
||||
label: BACKUPS
|
||||
label: Backups
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: BACKUPS_INTERVAL
|
||||
label: BACKUPS_INTERVAL
|
||||
label: Backups Interval
|
||||
schema:
|
||||
type: int
|
||||
default: 43200
|
||||
required: true
|
||||
- variable: BACKUPS_DIRECTORY
|
||||
label: BACKUPS_DIRECTORY
|
||||
label: Backups Directory
|
||||
schema:
|
||||
type: string
|
||||
default: /backups
|
||||
required: true
|
||||
- variable: BACKUPS_MAX_AGE
|
||||
label: BACKUPS_MAX_AGE
|
||||
label: Backups Max Age
|
||||
schema:
|
||||
type: int
|
||||
default: 3
|
Loading…
Reference in New Issue