Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
81291f222e
commit
99588abdea
|
@ -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)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
### Chore
|
||||
|
||||
- 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))
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.14.02"
|
||||
appVersion: "2.15.01"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/tdarr
|
||||
- https://github.com/HaveAGitGat/Tdarr
|
||||
type: application
|
||||
version: 6.0.9
|
||||
version: 6.0.10
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -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))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/tdarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.14.02@sha256:8ef59d6c093182c738de6f552ba2b962a6577cd3eeb2fa7d6f53fc62948a6033
|
||||
tag: v2.15.01@sha256:7fb84603176743d535a9e23b5f73fc58bc736b7f78f5c12a3f3140fb0d05820c
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -1251,7 +1251,7 @@ questions:
|
|||
label: Paths
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
default: [{path: "/", pathType: "Prefix"}]
|
||||
items:
|
||||
- variable: pathEntry
|
||||
label: Host
|
|
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue