Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-11-16 15:01:53 +00:00
parent ca575fc014
commit 4b401282fd
12 changed files with 8 additions and 10 deletions

View File

@ -1,9 +0,0 @@
## [audiobookshelf-4.0.1](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.0...audiobookshelf-4.0.1) (2022-11-15)
### Chore
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))

View File

@ -19,7 +19,7 @@ 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://hub.docker.com/r/advplyr/audiobookshelf
- https://github.com/advplyr/audiobookshelf - https://github.com/advplyr/audiobookshelf
version: 4.0.1 version: 4.0.2
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

View File

@ -0,0 +1,4 @@
## [audiobookshelf-4.0.2](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.1...audiobookshelf-4.0.2) (2022-11-16)

View File

@ -1,6 +1,9 @@
{{/* Make sure all variables are set properly */}} {{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }} {{- include "tc.common.loader.init" . }}
{{/* Render secrets for audiobookshelf */}}
{{- include "audiobookshelf.secrets" . }}
{{- $newMiddlewares := list "tc-opencors-chain" }} {{- $newMiddlewares := list "tc-opencors-chain" }}
{{- $_ := set .Values.ingress.main "fixedMiddlewares" $newMiddlewares -}} {{- $_ := set .Values.ingress.main "fixedMiddlewares" $newMiddlewares -}}