Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
a3ab9a81c6
commit
95fb7b1677
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [autobrr-3.0.15](https://github.com/truecharts/charts/compare/autobrr-3.0.14...autobrr-3.0.15) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [autobrr-3.0.16](https://github.com/truecharts/charts/compare/autobrr-3.0.15...autobrr-3.0.16) (2023-02-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/autobrr to v1.18.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [autobrr-3.0.15](https://github.com/truecharts/charts/compare/autobrr-3.0.14...autobrr-3.0.15) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [autobrr-3.0.6](https://github.com/truecharts/charts/compare/autobrr-3.0.5...autobrr-3.0.6) (2022-12-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/autobrr to v1.12.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [autobrr-3.0.5](https://github.com/truecharts/charts/compare/autobrr-3.0.4...autobrr-3.0.5) (2022-12-19)
|
||||
|
||||
### Chore
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: autobrr
|
||||
version: 3.0.15
|
||||
appVersion: "1.17.0"
|
||||
version: 3.0.16
|
||||
appVersion: "1.18.0"
|
||||
description: The modern download automation tool for torrents.
|
||||
type: application
|
||||
deprecated: false
|
||||
|
@ -13,7 +13,6 @@ keywords:
|
|||
- torrent
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
|
||||
- https://ghcr.io/autobrr/autobrr
|
||||
- https://github.com/autobrr/autobrr
|
||||
dependencies:
|
||||
- name: common
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [autobrr-3.0.16](https://github.com/truecharts/charts/compare/autobrr-3.0.15...autobrr-3.0.16) (2023-02-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/autobrr to v1.18.0
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/autobrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.17.0@sha256:6778e71d58f37a3780c8295e39a66f69ca7f3fa3d0c26b8d98749dcde891b95f
|
||||
tag: 1.18.0@sha256:dc1ae14e3584cd6ddc7d4e5962c12974ca31cfe943508677670b9aef09770e5c
|
||||
|
||||
service:
|
||||
main:
|
Loading…
Reference in New Issue