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 <bot@truecharts.org> * update * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
co-authored by
Stavros Kois
parent
f8df031213
commit
461d526868
@@ -27,4 +27,4 @@ sources:
|
|||||||
- https://github.com/orgs/linuxserver/packages/container/package/webtop
|
- https://github.com/orgs/linuxserver/packages/container/package/webtop
|
||||||
- https://github.com/linuxserver/docker-webtop#readme
|
- https://github.com/linuxserver/docker-webtop#readme
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.6
|
version: 3.0.7
|
||||||
|
|||||||
@@ -15,18 +15,18 @@ questions:
|
|||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: SUBFOLDER
|
- variable: TITLE
|
||||||
label: SUBFOLDER
|
label: TITLE
|
||||||
description: Specify a subfolder to use with reverse proxies, IE `subfolder`
|
description: String which will be used as page/tab title in the web browser.
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: Webtop
|
||||||
- variable: KEYBOARD
|
- variable: KEYBOARD
|
||||||
label: 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:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: en-us-qwerty
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/webtop
|
repository: tccr.io/truecharts/webtop
|
||||||
tag: latest@sha256:51025a484ce13e5e3cc79b19fa9a46c5e5ce03f866c11725f4853a2c0b169580
|
tag: latest@sha256:57ad1e49112fece3e8d10a1cd40a0d7b3650022b787993f76013eb21216efe29
|
||||||
|
|
||||||
env:
|
env:
|
||||||
KEYBOARD: ""
|
KEYBOARD: ""
|
||||||
SUBFOLDER: ""
|
|
||||||
CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}"
|
CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
|
|||||||
Reference in New Issue
Block a user