Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
bf2e95d0bb
commit
1e5c8cee8b
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [acestream-2.0.16](https://github.com/truecharts/charts/compare/acestream-2.0.15...acestream-2.0.16) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [acestream-2.0.17](https://github.com/truecharts/charts/compare/acestream-2.0.16...acestream-2.0.17) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/acestream to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-2.0.16](https://github.com/truecharts/charts/compare/acestream-2.0.15...acestream-2.0.16) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update container image tccr.io/truecharts/acestream to latest ([#5130](https://github.com/truecharts/charts/issues/5130))
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-2.0.5](https://github.com/truecharts/charts/compare/acestream-2.0.3...acestream-2.0.5) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-2.0.5](https://github.com/truecharts/charts/compare/acestream-2.0.3...acestream-2.0.5) (2022-11-30)
|
||||
|
|
@ -26,4 +26,4 @@ sources:
|
|||
- https://hub.docker.com/r/vstavrinov/acestream-service
|
||||
- https://github.com/vstavrinov/acestream-service
|
||||
type: application
|
||||
version: 2.0.16
|
||||
version: 2.0.17
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [acestream-2.0.17](https://github.com/truecharts/charts/compare/acestream-2.0.16...acestream-2.0.17) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/acestream to latest
|
||||
|
||||
|
|
@ -2,7 +2,7 @@ env: {}
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/acestream
|
||||
tag: latest@sha256:e90f71c75b92c4e58ee62b06e461b58f5047a2bdf31e87729f4777960335e6ae
|
||||
tag: latest@sha256:c372e24593fe23dc0f34f143299526dbf4454bf9fc860c74839e5dd98249393a
|
||||
persistence:
|
||||
acestreamcache:
|
||||
enabled: true
|
Loading…
Reference in New Issue