diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml index 4f8be61aaaf..808e9673b9c 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf - https://hub.docker.com/r/advplyr/audiobookshelf - https://github.com/advplyr/audiobookshelf -version: 4.0.1 +version: 4.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/audiobookshelf/templates/common.yaml b/charts/stable/audiobookshelf/templates/common.yaml index db27b09ea0b..eb5d8e56c79 100644 --- a/charts/stable/audiobookshelf/templates/common.yaml +++ b/charts/stable/audiobookshelf/templates/common.yaml @@ -1,6 +1,9 @@ {{/* Make sure all variables are set properly */}} {{- include "tc.common.loader.init" . }} +{{/* Render secrets for audiobookshelf */}} +{{- include "audiobookshelf.secrets" . }} + {{- $newMiddlewares := list "tc-opencors-chain" }} {{- $_ := set .Values.ingress.main "fixedMiddlewares" $newMiddlewares -}}