Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-29 01:06:18 +00:00
parent fcbe0bc85f
commit 62a015055e
13 changed files with 93 additions and 82 deletions

View File

@ -1,9 +0,0 @@
## [audiobookshelf-5.0.17](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.16...audiobookshelf-5.0.17) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [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))
## [audiobookshelf-5.0.17](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.16...audiobookshelf-5.0.17) (2023-05-27)
### Chore
@ -84,16 +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))
## [audiobookshelf-5.0.10](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.9...audiobookshelf-5.0.10) (2023-05-05)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.2.20"
appVersion: "2.2.21"
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.17
version: 5.0.18
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,13 @@
## [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))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/audiobookshelf
tag: v2.2.20@sha256:17992f0fbc0d814903c1f0207971e9fb60e67998ed29a0d3c9d37e510dc6b9dc
tag: v2.2.21@sha256:9cc0fb1914a8d661e015368f6a58b423c676d53a6ee8dcfdba61f47d9f7419ac
pullPolicy: IfNotPresent
securityContext:

View File

@ -876,11 +876,43 @@ questions:
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["certificateIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -921,31 +953,6 @@ questions:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress