Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4d9f4b0a63
commit
cee472f8be
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [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))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [audiobookshelf-6.0.2](https://github.com/truecharts/charts/compare/audiobookshelf-6.0.1...audiobookshelf-6.0.2) (2023-09-09)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/audiobookshelf to v2.4.1 ([#12442](https://github.com/truecharts/charts/issues/12442))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [audiobookshelf-6.0.1](https://github.com/truecharts/charts/compare/audiobookshelf-6.0.0...audiobookshelf-6.0.1) (2023-09-09)
|
## [audiobookshelf-6.0.1](https://github.com/truecharts/charts/compare/audiobookshelf-6.0.0...audiobookshelf-6.0.1) (2023-09-09)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -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)
|
## [audiobookshelf-5.0.25](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.24...audiobookshelf-5.0.25) (2023-06-15)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "2.3.5"
|
appVersion: "2.4.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -18,7 +18,7 @@ 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://github.com/advplyr/audiobookshelf
|
- https://github.com/advplyr/audiobookshelf
|
||||||
version: 6.0.1
|
version: 6.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [audiobookshelf-6.0.2](https://github.com/truecharts/charts/compare/audiobookshelf-6.0.1...audiobookshelf-6.0.2) (2023-09-09)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/audiobookshelf to v2.4.1 ([#12442](https://github.com/truecharts/charts/issues/12442))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/audiobookshelf
|
repository: tccr.io/truecharts/audiobookshelf
|
||||||
tag: v2.3.5@sha256:cbded3048dad3f3e5e4c196b1bea374150ee7bc73c0087ab573ad48ba44a634c
|
tag: v2.4.1@sha256:5f3e6c7fa0db3e16a3a5e56576a9174257e141cb657994a746f60d762abbc7cf
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
Loading…
Reference in New Issue