From 7b64cf653be54baf8919c67c96f8b2245e0e77da Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 23 Nov 2022 03:24:44 -0600 Subject: [PATCH] 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. --- charts/stable/valheim/Chart.yaml | 2 +- charts/stable/valheim/questions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/valheim/Chart.yaml b/charts/stable/valheim/Chart.yaml index 92828e14c75..5012ecdaa3f 100644 --- a/charts/stable/valheim/Chart.yaml +++ b/charts/stable/valheim/Chart.yaml @@ -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 diff --git a/charts/stable/valheim/questions.yaml b/charts/stable/valheim/questions.yaml index 5630f967067..da1425b9a5e 100644 --- a/charts/stable/valheim/questions.yaml +++ b/charts/stable/valheim/questions.yaml @@ -43,7 +43,7 @@ questions: type: dict attrs: - variable: STATUS_HTTP - label: "SERVER_PUBLIC" + label: "STATUS_HTTP" schema: type: boolean default: true