Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-29 16:47:14 +00:00
parent 93be349d6f
commit 4ad4821b2e
13 changed files with 42 additions and 22 deletions

View File

@ -1,9 +0,0 @@
## [tdarr-6.0.4](https://github.com/truecharts/charts/compare/tdarr-6.0.3...tdarr-6.0.4) (2023-10-28)
### Chore
- Update to 2.14.01 ([#14039](https://github.com/truecharts/charts/issues/14039))

View File

@ -4,6 +4,15 @@
## [tdarr-6.0.5](https://github.com/truecharts/charts/compare/tdarr-6.0.4...tdarr-6.0.5) (2023-10-29)
### Chore
- update container image tccr.io/truecharts/tdarr to v2.14.02 ([#14097](https://github.com/truecharts/charts/issues/14097))
## [tdarr-6.0.4](https://github.com/truecharts/charts/compare/tdarr-6.0.3...tdarr-6.0.4) (2023-10-28) ## [tdarr-6.0.4](https://github.com/truecharts/charts/compare/tdarr-6.0.3...tdarr-6.0.4) (2023-10-28)
### Chore ### Chore
@ -88,12 +97,3 @@
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423)) - update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
## [tdarr-5.0.19](https://github.com/truecharts/charts/compare/tdarr-5.0.18...tdarr-5.0.19) (2023-06-04)
### Chore
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "2.14.01" appVersion: "2.14.02"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/tdarr - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr
- https://github.com/HaveAGitGat/Tdarr - https://github.com/HaveAGitGat/Tdarr
type: application type: application
version: 6.0.4 version: 6.0.5
annotations: annotations:
truecharts.org/category: media truecharts.org/category: media
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [tdarr-6.0.5](https://github.com/truecharts/charts/compare/tdarr-6.0.4...tdarr-6.0.5) (2023-10-29)
### Chore
- update container image tccr.io/truecharts/tdarr to v2.14.02 ([#14097](https://github.com/truecharts/charts/issues/14097))

View File

@ -1,7 +1,7 @@
image: image:
repository: tccr.io/truecharts/tdarr repository: tccr.io/truecharts/tdarr
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v2.14.01@sha256:2b825cb9e4c737a978dc3f16b7d3fe434ff2856bf771a9935740635dd1b2a502 tag: v2.14.02@sha256:8ef59d6c093182c738de6f552ba2b962a6577cd3eeb2fa7d6f53fc62948a6033
service: service:
main: main:
ports: ports:

View File

@ -1277,6 +1277,19 @@ questions:
schema: schema:
type: string type: string
default: "" 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 - variable: middlewares
label: Traefik Middlewares label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress description: Add previously created Traefik Middlewares to this Ingress
@ -1485,6 +1498,13 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName - variable: secretName
label: Use Custom Secret (Advanced) label: Use Custom Secret (Advanced)
schema: schema:

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.png icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.png
categories: categories:
media - media
screenshots: [] screenshots: []