Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f544d0e1b7
commit
0973b63490
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [youtubedl-material-6.0.4](https://github.com/truecharts/charts/compare/youtubedl-material-6.0.3...youtubedl-material-6.0.4) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [youtubedl-material-6.0.5](https://github.com/truecharts/charts/compare/youtubedl-material-6.0.4...youtubedl-material-6.0.5) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- manual version bump ([#14125](https://github.com/truecharts/charts/issues/14125))
|
||||
|
||||
|
||||
|
||||
|
||||
## [youtubedl-material-6.0.4](https://github.com/truecharts/charts/compare/youtubedl-material-6.0.3...youtubedl-material-6.0.4) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [youtubedl-material-5.0.20](https://github.com/truecharts/charts/compare/youtubedl-material-5.0.19...youtubedl-material-5.0.20) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "4.3"
|
||||
appVersion: "4.3.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -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: 6.0.4
|
||||
version: 6.0.5
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [youtubedl-material-6.0.5](https://github.com/truecharts/charts/compare/youtubedl-material-6.0.4...youtubedl-material-6.0.5) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- manual version bump ([#14125](https://github.com/truecharts/charts/issues/14125))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/youtubedl-material
|
||||
tag: v4.3@sha256:52ea916289823f2d239f1b375f9afbe4a075416c22020fc9e9765422ef58f7c9
|
||||
tag: v4.3.2@sha256:a597f0411a3e34998fc87fc1f9a7bf94ba5e37db071c778cf60b032f34575a25
|
||||
pullPolicy: IfNotPresent
|
||||
security:
|
||||
PUID: 1000
|
|
@ -1479,19 +1479,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
|
@ -1557,19 +1544,26 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: 'clusterCertificate (Advanced)'
|
||||
label: Cluster Certificate
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: 'Use Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
Loading…
Reference in New Issue