Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9aadc97549
commit
51bd5d98d3
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [audiobookshelf-4.0.18](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.17...audiobookshelf-4.0.18) (2023-02-10)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [audiobookshelf-4.0.19](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.18...audiobookshelf-4.0.19) (2023-02-12)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/audiobookshelf to v2.2.15
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [audiobookshelf-4.0.18](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.17...audiobookshelf-4.0.18) (2023-02-10)
|
## [audiobookshelf-4.0.18](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.17...audiobookshelf-4.0.18) (2023-02-10)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [audiobookshelf-4.0.9](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.8...audiobookshelf-4.0.9) (2022-12-19)
|
## [audiobookshelf-4.0.9](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.8...audiobookshelf-4.0.9) (2022-12-19)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/audiobookshelf to v2.2.10
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [audiobookshelf-4.0.8](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.7...audiobookshelf-4.0.8) (2022-12-13)
|
|
||||||
|
|
||||||
### Chore
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "2.2.14"
|
appVersion: "2.2.15"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -17,9 +17,8 @@ maintainers:
|
||||||
name: audiobookshelf
|
name: audiobookshelf
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf
|
- https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf
|
||||||
- https://hub.docker.com/r/advplyr/audiobookshelf
|
|
||||||
- https://github.com/advplyr/audiobookshelf
|
- https://github.com/advplyr/audiobookshelf
|
||||||
version: 4.0.18
|
version: 4.0.19
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [audiobookshelf-4.0.19](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.18...audiobookshelf-4.0.19) (2023-02-12)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/audiobookshelf to v2.2.15
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/audiobookshelf
|
repository: tccr.io/truecharts/audiobookshelf
|
||||||
tag: 2.2.14@sha256:646281b1138907149c5f20ee4883fa33f8fd4eaf2d7ba82fa544d6eba3eb2e6e
|
tag: 2.2.15@sha256:76c2038e41ff1472530fe280f55d952bb5b67beefa8f93e95a7b2f73d7dc1ccc
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
env:
|
env:
|
Loading…
Reference in New Issue