Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ba1f0724e5
commit
03a3e135c7
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [webtop-5.0.37](https://github.com/truecharts/charts/compare/webtop-5.0.36...webtop-5.0.37) (2023-06-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update webtop ([#9637](https://github.com/truecharts/charts/issues/9637))
|
||||
|
||||
|
|
@ -4,15 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [webtop-5.0.37](https://github.com/truecharts/charts/compare/webtop-5.0.36...webtop-5.0.37) (2023-06-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update webtop ([#9637](https://github.com/truecharts/charts/issues/9637))
|
||||
|
||||
|
||||
|
||||
|
||||
## [webtop-5.0.38](https://github.com/truecharts/charts/compare/webtop-5.0.37...webtop-5.0.38) (2023-06-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/webtop to latest ([#9779](https://github.com/truecharts/charts/issues/9779))
|
||||
|
||||
|
||||
|
||||
|
||||
## [webtop-5.0.37](https://github.com/truecharts/charts/compare/webtop-5.0.36...webtop-5.0.37) (2023-06-14)
|
||||
|
||||
### Chore
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/orgs/linuxserver/packages/container/package/webtop
|
||||
- https://github.com/linuxserver/docker-webtop#readme
|
||||
type: application
|
||||
version: 5.0.37
|
||||
version: 5.0.38
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- Tools-Utilities
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [webtop-5.0.38](https://github.com/truecharts/charts/compare/webtop-5.0.37...webtop-5.0.38) (2023-06-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/webtop to latest ([#9779](https://github.com/truecharts/charts/issues/9779))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/webtop
|
||||
tag: latest@sha256:ef01cb243f42a18cd2db2fd7b61b18060861d352c293aa157d0b13e936238c7e
|
||||
tag: latest@sha256:62a598998d118847bceae0489b931a90fc731b116c48461c5230179f04b5118d
|
||||
ubuntuXFCEImage:
|
||||
repository: tccr.io/truecharts/webtop-ubuntu-xfce
|
||||
tag: latest@sha256:2988165700c04a0e46b407c667325b0cbd48cf9216c279a72cd9947c9f7517f0
|
|
@ -660,8 +660,38 @@ questions:
|
|||
description: Automatically set permissions on install
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
hidden: true
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
schema:
|
||||
show_if: [["type", "!=", "pvc"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: chown
|
||||
label: Run CHOWN
|
||||
description: |
|
||||
It will run CHOWN on the path with the given fsGroup
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: chmod
|
||||
label: Run CHMOD
|
||||
description: |
|
||||
It will run CHMOD on the path with the given value
|
||||
schema:
|
||||
type: string
|
||||
default: "775"
|
||||
- variable: recursive
|
||||
label: Recursive
|
||||
description: |
|
||||
It will run CHOWN and CHMOD recursively
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: readOnly
|
||||
label: Read Only
|
||||
schema:
|
Loading…
Reference in New Issue