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:
Dan 2022-11-23 03:24:44 -06:00 committed by GitHub
parent 80366eaa15
commit 7b64cf653b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -43,7 +43,7 @@ questions:
type: dict
attrs:
- variable: STATUS_HTTP
label: "SERVER_PUBLIC"
label: "STATUS_HTTP"
schema:
type: boolean
default: true