fix(valheim): fix STATUS_HTTP variable label (#4771)
* valheim: Fix STATUS_HTTP variable label
Fix a copy and paste error where there were multiple SERVER_PUBLIC
checkboxes when one was really STATUS_HTTP.
* valheim: Bump minor version
Increment the minor version to pick up the variable fix in
5ab461b8be
.
This commit is contained in:
parent
80366eaa15
commit
7b64cf653b
|
@ -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.2
|
||||
version: 5.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
|
|
@ -43,7 +43,7 @@ questions:
|
|||
type: dict
|
||||
attrs:
|
||||
- variable: STATUS_HTTP
|
||||
label: "SERVER_PUBLIC"
|
||||
label: "STATUS_HTTP"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
|
|
Loading…
Reference in New Issue