Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-11 21:41:12 +00:00
parent 81291f222e
commit 99588abdea
12 changed files with 22 additions and 22 deletions

View File

@ -4,6 +4,15 @@
## [tdarr-6.0.10](https://github.com/truecharts/charts/compare/tdarr-6.0.9...tdarr-6.0.10) (2023-11-11)
### Chore
- update container image tccr.io/truecharts/tdarr to v2.15.01 ([#14588](https://github.com/truecharts/charts/issues/14588))
## [tdarr-6.0.9](https://github.com/truecharts/charts/compare/tdarr-6.0.8...tdarr-6.0.9) (2023-11-08) ## [tdarr-6.0.9](https://github.com/truecharts/charts/compare/tdarr-6.0.8...tdarr-6.0.9) (2023-11-08)
### Chore ### Chore
@ -88,12 +97,3 @@
### Chore ### Chore
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955)) - update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
## [tdarr-5.0.24](https://github.com/truecharts/charts/compare/tdarr-5.0.23...tdarr-5.0.24) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "2.14.02" appVersion: "2.15.01"
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.9 version: 6.0.10
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.10](https://github.com/truecharts/charts/compare/tdarr-6.0.9...tdarr-6.0.10) (2023-11-11)
### Chore
- update container image tccr.io/truecharts/tdarr to v2.15.01 ([#14588](https://github.com/truecharts/charts/issues/14588))

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.02@sha256:8ef59d6c093182c738de6f552ba2b962a6577cd3eeb2fa7d6f53fc62948a6033 tag: v2.15.01@sha256:7fb84603176743d535a9e23b5f73fc58bc736b7f78f5c12a3f3140fb0d05820c
service: service:
main: main:
ports: ports:

View File

@ -1251,7 +1251,7 @@ questions:
label: Paths label: Paths
schema: schema:
type: list type: list
default: [] default: [{path: "/", pathType: "Prefix"}]
items: items:
- variable: pathEntry - variable: pathEntry
label: Host label: Host

View File

@ -1,9 +0,0 @@
## [tdarr-6.0.9](https://github.com/truecharts/charts/compare/tdarr-6.0.8...tdarr-6.0.9) (2023-11-08)
### Chore
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))