Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
722f2ee2e6
commit
44a6d9d06e
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [tdarr-node-4.0.8](https://github.com/truecharts/charts/compare/tdarr-node-4.0.7...tdarr-node-4.0.8) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [tdarr-node-4.0.9](https://github.com/truecharts/charts/compare/tdarr-node-4.0.8...tdarr-node-4.0.9) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/tdarr_node to v2.00.19.1
|
||||
|
||||
|
||||
|
||||
|
||||
## [tdarr-node-4.0.8](https://github.com/truecharts/charts/compare/tdarr-node-4.0.7...tdarr-node-4.0.8) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
## [tdarr-node-4.0.2](https://github.com/truecharts/charts/compare/tdarr-node-4.0.1...tdarr-node-4.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [tdarr-node-4.0.2](https://github.com/truecharts/charts/compare/tdarr-node-4.0.1...tdarr-node-4.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.00.18.2"
|
||||
appVersion: "2.00.19.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node
|
||||
- https://github.com/HaveAGitGat/Tdarr
|
||||
type: application
|
||||
version: 4.0.8
|
||||
version: 4.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [tdarr-node-4.0.9](https://github.com/truecharts/charts/compare/tdarr-node-4.0.8...tdarr-node-4.0.9) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/tdarr_node to v2.00.19.1
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/tdarr_node
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.00.18.2@sha256:b4f18873ef0aaa72128aa06ff7b88586e5f0f65932d58f67e6f6670b70e5286a
|
||||
tag: 2.00.19.1@sha256:fa73ba47a7f033bcf5dcfd7faff111e94b53ccae6146754e96a0e295ad90bb7c
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
Loading…
Reference in New Issue