Skip to content

Commit

Permalink
chore(deps): update container image tccr.io/truecharts/webtop to late…
Browse files Browse the repository at this point in the history
…st (#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>
  • Loading branch information
truecharts-admin and stavros-k authored Dec 18, 2022
1 parent f8df031 commit 461d526
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/stable/webtop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 6 additions & 6 deletions charts/stable/webtop/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions charts/stable/webtop/values.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 461d526

Please sign in to comment.