Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f1daf9300b
commit
18fc99056a
|
@ -1,13 +0,0 @@
|
|||
|
||||
|
||||
## [audiobookshelf-5.0.18](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.17...audiobookshelf-5.0.18) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/audiobookshelf to v2.2.21 ([#9241](https://github.com/truecharts/charts/issues/9241))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [audiobookshelf-5.0.19](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.18...audiobookshelf-5.0.19) (2023-06-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/audiobookshelf to v2.2.22 ([#9322](https://github.com/truecharts/charts/issues/9322))
|
||||
|
||||
|
||||
|
||||
|
||||
## [audiobookshelf-5.0.18](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.17...audiobookshelf-5.0.18) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [audiobookshelf-5.0.11](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.10...audiobookshelf-5.0.11) (2023-05-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/audiobookshelf to v2.2.20 ([#8813](https://github.com/truecharts/charts/issues/8813))
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.2.21"
|
||||
appVersion: "2.2.22"
|
||||
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: 5.0.18
|
||||
version: 5.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [audiobookshelf-5.0.19](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.18...audiobookshelf-5.0.19) (2023-06-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/audiobookshelf to v2.2.22 ([#9322](https://github.com/truecharts/charts/issues/9322))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/audiobookshelf
|
||||
tag: v2.2.21@sha256:9cc0fb1914a8d661e015368f6a58b423c676d53a6ee8dcfdba61f47d9f7419ac
|
||||
tag: v2.2.22@sha256:06e77866defc8589911a3983a196aef75e7b3b0bd1032745e2e2f00425aa61a0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue