From ff3ba97b82654bbeac6a731777ec251863635ce9 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 4 Feb 2022 21:14:28 +0100 Subject: [PATCH] fix(games): correct PUID references --- charts/games/imposter-server/Chart.yaml | 2 +- charts/games/imposter-server/questions.yaml | 5 +++-- charts/games/minecraft-bedrock/Chart.yaml | 2 +- charts/games/minecraft-bedrock/questions.yaml | 5 +++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/charts/games/imposter-server/Chart.yaml b/charts/games/imposter-server/Chart.yaml index 55a1a43ef09..9f073f5eddd 100644 --- a/charts/games/imposter-server/Chart.yaml +++ b/charts/games/imposter-server/Chart.yaml @@ -19,7 +19,7 @@ name: imposter-server sources: - https://github.com/truecharts/apps/tree/master/incubator/imposter-server type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - games diff --git a/charts/games/imposter-server/questions.yaml b/charts/games/imposter-server/questions.yaml index b7ec77dd1ca..860ef8671f8 100644 --- a/charts/games/imposter-server/questions.yaml +++ b/charts/games/imposter-server/questions.yaml @@ -96,10 +96,11 @@ questions: attrs: # Include{fixedEnv} - variable: PUID - label: "Run as User" + label: "PUID" + description: "Sets the PUID env var for LinuxServer.io (compatible) containers" schema: type: int - default: "568" + default: 568 - variable: IMPOSTOR_Server__PublicIp label: "Server Public IP" schema: diff --git a/charts/games/minecraft-bedrock/Chart.yaml b/charts/games/minecraft-bedrock/Chart.yaml index ccbcc702aef..a9f1d6fc324 100644 --- a/charts/games/minecraft-bedrock/Chart.yaml +++ b/charts/games/minecraft-bedrock/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/itzg/docker-minecraft-server - https://hub.docker.com/r/itzg/minecraft-server type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - games diff --git a/charts/games/minecraft-bedrock/questions.yaml b/charts/games/minecraft-bedrock/questions.yaml index 171fa92971c..df164d5f28e 100644 --- a/charts/games/minecraft-bedrock/questions.yaml +++ b/charts/games/minecraft-bedrock/questions.yaml @@ -85,10 +85,11 @@ questions: attrs: # Include{fixedEnv} - variable: PUID - label: "Run as User" + label: "PUID" + description: "Sets the PUID env var for LinuxServer.io (compatible) containers" schema: type: int - default: "568" + default: 568 - variable: VERSION label: "Minecraft version" description: "Options: LATEST, PREVIOUS or version number"