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 5ab461b8be2c161e7d44081e108b8c146feaab13.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user