Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
06006c34a7
commit
acfbc65739
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [twonky-server-2.0.17](https://github.com/truecharts/charts/compare/twonky-server-2.0.16...twonky-server-2.0.17) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [twonky-server-2.0.18](https://github.com/truecharts/charts/compare/twonky-server-2.0.17...twonky-server-2.0.18) (2023-02-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/twonky-server to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [twonky-server-2.0.17](https://github.com/truecharts/charts/compare/twonky-server-2.0.16...twonky-server-2.0.17) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [twonky-server-2.0.8](https://github.com/truecharts/charts/compare/twonky-server-2.0.7...twonky-server-2.0.8) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [twonky-server-2.0.7](https://github.com/truecharts/charts/compare/twonky-server-2.0.6...twonky-server-2.0.7) (2022-12-25)
|
||||
|
||||
### Chore
|
|
@ -30,4 +30,4 @@ sources:
|
|||
- https://hub.docker.com/r/dtjs48jkt/twonkyserver
|
||||
- https://github.com/H2CK/twonkyserver
|
||||
type: application
|
||||
version: 2.0.17
|
||||
version: 2.0.18
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [twonky-server-2.0.18](https://github.com/truecharts/charts/compare/twonky-server-2.0.17...twonky-server-2.0.18) (2023-02-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/twonky-server to latest
|
||||
|
||||
|
|
@ -2,7 +2,7 @@ env: {}
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/twonky-server
|
||||
tag: latest@sha256:994c42efccf35f78408ecd4b51cffe5d42e34089aaef89de8a0432c8ea9ff2b4
|
||||
tag: latest@sha256:043ea390abee456140be84e035bded78b73de225c04339e875a49946ac3b66f8
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
Loading…
Reference in New Issue