From 461d526868b8c2f182a23d0a11ebc04f2cecb184 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 18 Dec 2022 01:11:36 +0100 Subject: [PATCH] chore(deps): update container image tccr.io/truecharts/webtop to latest (#5355) * Update container image tccr.io/truecharts/webtop to latest * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot * update * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot Signed-off-by: TrueCharts-Bot Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/webtop/Chart.yaml | 2 +- charts/stable/webtop/questions.yaml | 12 ++++++------ charts/stable/webtop/values.yaml | 3 +-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/charts/stable/webtop/Chart.yaml b/charts/stable/webtop/Chart.yaml index 36dc2027726..f15490986e0 100644 --- a/charts/stable/webtop/Chart.yaml +++ b/charts/stable/webtop/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://github.com/orgs/linuxserver/packages/container/package/webtop - https://github.com/linuxserver/docker-webtop#readme type: application -version: 3.0.6 +version: 3.0.7 diff --git a/charts/stable/webtop/questions.yaml b/charts/stable/webtop/questions.yaml index 13ef3154c75..9d5fa7c51cd 100644 --- a/charts/stable/webtop/questions.yaml +++ b/charts/stable/webtop/questions.yaml @@ -15,18 +15,18 @@ questions: additional_attrs: true type: dict attrs: - - variable: SUBFOLDER - label: SUBFOLDER - description: Specify a subfolder to use with reverse proxies, IE `subfolder` + - variable: TITLE + label: TITLE + description: String which will be used as page/tab title in the web browser. schema: type: string - default: "" + default: Webtop - variable: KEYBOARD label: KEYBOARD - description: See the keyboard layouts section for more information and options. + description: See the keyboard layouts in https://docs.linuxserver.io/images/docker-webtop#application-setup schema: type: string - default: "" + default: en-us-qwerty # Include{containerConfig} # Include{serviceRoot} - variable: main diff --git a/charts/stable/webtop/values.yaml b/charts/stable/webtop/values.yaml index 2d8eb08e6e9..9dbc745f4b1 100644 --- a/charts/stable/webtop/values.yaml +++ b/charts/stable/webtop/values.yaml @@ -1,11 +1,10 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/webtop - tag: latest@sha256:51025a484ce13e5e3cc79b19fa9a46c5e5ce03f866c11725f4853a2c0b169580 + tag: latest@sha256:57ad1e49112fece3e8d10a1cd40a0d7b3650022b787993f76013eb21216efe29 env: KEYBOARD: "" - SUBFOLDER: "" CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}" podSecurityContext: