diff --git a/charts/games/minecraft-java/questions.yaml b/charts/games/minecraft-java/questions.yaml index c7ca6e67cd7..5a6cfa55193 100644 --- a/charts/games/minecraft-java/questions.yaml +++ b/charts/games/minecraft-java/questions.yaml @@ -100,12 +100,6 @@ questions: additional_attrs: true type: dict attrs: - - variable: PUID - label: "PUID" - description: "Sets the PUID env var" - schema: - type: int - default: 568 - variable: EULA label: "Minecraft Eula - Link in readme sources" schema: diff --git a/charts/incubator/makemkv/Chart.yaml b/charts/incubator/makemkv/Chart.yaml index 0c17985474a..5005a67057c 100644 --- a/charts/incubator/makemkv/Chart.yaml +++ b/charts/incubator/makemkv/Chart.yaml @@ -18,7 +18,7 @@ name: makemkv sources: - https://github.com/jlesage/docker-makemkv - https://hub.docker.com/r/jlesage/makemkv -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/makemkv/questions.yaml b/charts/incubator/makemkv/questions.yaml index 21a812ff983..55d7ac284d9 100644 --- a/charts/incubator/makemkv/questions.yaml +++ b/charts/incubator/makemkv/questions.yaml @@ -114,30 +114,35 @@ questions: schema: type: int default: 1280 + required: true - variable: DISPLAY_HEIGHT label: "DISPLAY_HEIGHT" description: "Height (in pixels) of the application's window." schema: type: int default: 768 + required: true - variable: MAKEMKV_KEY label: "MAKEMKV_KEY" description: "MakeMKV registration key to use." schema: type: string default: "BETA" + required: true - variable: AUTO_DISC_RIPPER_INTERVAL label: "AUTO_DISC_RIPPER_INTERVAL" description: "Interval, in seconds, the automatic disc ripper checks for the presence of a DVD/Blu-ray discs." schema: type: int default: 5 + required: true - variable: AUTO_DISC_RIPPER_BD_MODE label: "AUTO_DISC_RIPPER_BD_MODE" description: "Rip mode of Blu-ray discs. mkv is the default mode, where a set of MKV files are produced. When set to backup, a copy of the (decrypted) file system is created instead. This applies to Blu-ray discs only. For DVD discs, MKV files are always produced." schema: type: string default: "mkv" + required: true - variable: AUTO_DISC_RIPPER_MAKEMKV_PROFILE label: "AUTO_DISC_RIPPER_MAKEMKV_PROFILE" description: "Filename of the custom MakeMKV profile the automatic disc ripper should use. The profile is expected to be found under the /config folder of the container." diff --git a/charts/stable/logitech-media-server/questions.yaml b/charts/stable/logitech-media-server/questions.yaml index b8ca42e3ceb..e27735b7073 100644 --- a/charts/stable/logitech-media-server/questions.yaml +++ b/charts/stable/logitech-media-server/questions.yaml @@ -74,19 +74,6 @@ questions: - value: "OnDelete" description: "(Legacy) OnDelete: ignore .spec.template changes" # Include{controllerExpert} - - variable: env - group: "Container Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PUID - label: "PUID" - description: "Sets the User ID the Logitech Server Application should use." - schema: - type: int - default: 568 # Include{containerConfig}