fix(audiobookshelf); re add accidentaly removed secret

This commit is contained in:
Stavros Kois
2022-11-16 16:58:08 +02:00
committed by GitHub
parent 432c5a0921
commit f2a8d9c73f
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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
@@ -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 -}}