Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8491e64121
commit
c139b03db3
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [audiobookshelf-6.0.1](https://github.com/truecharts/charts/compare/audiobookshelf-6.0.0...audiobookshelf-6.0.1) (2023-09-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/audiobookshelf to v2.3.5 ([#12418](https://github.com/truecharts/charts/issues/12418))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [audiobookshelf-6.0.0](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.29...audiobookshelf-6.0.0) (2023-07-31)
|
||||
|
||||
|
@ -82,15 +91,6 @@
|
|||
|
||||
|
||||
|
||||
## [audiobookshelf-5.0.25](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.24...audiobookshelf-5.0.25) (2023-06-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/audiobookshelf to v2.2.23 ([#9652](https://github.com/truecharts/charts/issues/9652))
|
||||
|
||||
|
||||
|
||||
|
||||
## [audiobookshelf-5.0.25](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.24...audiobookshelf-5.0.25) (2023-06-15)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.3.3"
|
||||
appVersion: "2.3.5"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -18,7 +18,7 @@ name: audiobookshelf
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf
|
||||
- https://github.com/advplyr/audiobookshelf
|
||||
version: 6.0.0
|
||||
version: 6.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [audiobookshelf-6.0.1](https://github.com/truecharts/charts/compare/audiobookshelf-6.0.0...audiobookshelf-6.0.1) (2023-09-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/audiobookshelf to v2.3.5 ([#12418](https://github.com/truecharts/charts/issues/12418))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/audiobookshelf
|
||||
tag: v2.3.3@sha256:9b0541caf0c1ef1290c30802c766f00793d066af2833d0c3c60ce6fc2d57179b
|
||||
tag: v2.3.5@sha256:cbded3048dad3f3e5e4c196b1bea374150ee7bc73c0087ab573ad48ba44a634c
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue