Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-04-14 07:48:51 +00:00
parent 6da7f2f90a
commit dfa26fab65
13 changed files with 233 additions and 234 deletions

View File

@ -1,9 +0,0 @@
## [youtubedl-material-5.0.2](https://github.com/truecharts/charts/compare/youtubedl-material-5.0.1...youtubedl-material-5.0.2) (2023-04-12)
### Chore
- bump common on the 222 ([#7959](https://github.com/truecharts/charts/issues/7959))

View File

@ -4,6 +4,15 @@
## [youtubedl-material-5.0.3](https://github.com/truecharts/charts/compare/youtubedl-material-5.0.2...youtubedl-material-5.0.3) (2023-04-14)
### Fix
- fix identation ([#7979](https://github.com/truecharts/charts/issues/7979))
## [youtubedl-material-5.0.2](https://github.com/truecharts/charts/compare/youtubedl-material-5.0.1...youtubedl-material-5.0.2) (2023-04-12)
### Chore
@ -88,12 +97,3 @@
## [youtubedl-material-4.0.14](https://github.com/truecharts/charts/compare/youtubedl-material-4.0.13...youtubedl-material-4.0.14) (2023-01-07)
### Chore
- update helm general non-major ([#6121](https://github.com/truecharts/charts/issues/6121))
## [youtubedl-material-4.0.13](https://github.com/truecharts/charts/compare/youtubedl-material-4.0.12...youtubedl-material-4.0.13) (2022-12-27)
### Chore

View File

@ -22,7 +22,7 @@ name: youtubedl-material
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material
- https://github.com/Tzahi12345/YoutubeDL-Material
version: 5.0.2
version: 5.0.3
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [youtubedl-material-5.0.3](https://github.com/truecharts/charts/compare/youtubedl-material-5.0.2...youtubedl-material-5.0.3) (2023-04-14)
### Fix
- fix identation ([#7979](https://github.com/truecharts/charts/issues/7979))

View File

@ -27,9 +27,8 @@ persistence:
mountPath: /app/video
mongodb:
enabled: true
# DB name seems to be hardcoded in their app
mongodbUsername: ytdl_material
# DB name seems to be harcoded in their app
mongodbDatabase: ytdl_material
portal:
open:

View File

@ -151,55 +151,6 @@ questions:
description: default
- value: dark
description: dark
- variable: envList
label: Extra Environment Variables
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
schema:
type: list
default: []
items:
- variable: envItem
label: Environment Variable
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
- variable: value
label: Value
schema:
type: string
- variable: extraArgs
label: Extra Args
schema:
type: list
default: []
items:
- variable: arg
label: Arg
schema:
type: string
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: command
label: Command
schema:
type: list
default: []
items:
- variable: param
label: Param
schema:
type: string
- variable: extrasettigns
label: Extra Settings
schema:
@ -412,6 +363,55 @@ questions:
schema:
type: boolean
default: false
- variable: envList
label: Extra Environment Variables
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
schema:
type: list
default: []
items:
- variable: envItem
label: Environment Variable
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
- variable: value
label: Value
schema:
type: string
- variable: extraArgs
label: Extra Args
schema:
type: list
default: []
items:
- variable: arg
label: Arg
schema:
type: string
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: command
label: Command
schema:
type: list
default: []
items:
- variable: param
label: Param
schema:
type: string
- variable: TZ
label: Timezone
@ -1611,7 +1611,7 @@ questions:
description: Sets the persistence type
schema:
type: string
default: hostPath
default: device
hidden: true
- variable: readOnly
label: readOnly