diff --git a/library/ix-dev/community/audiobookshelf/Chart.yaml b/library/ix-dev/community/audiobookshelf/Chart.yaml index 13820e2575..85c7f95794 100644 --- a/library/ix-dev/community/audiobookshelf/Chart.yaml +++ b/library/ix-dev/community/audiobookshelf/Chart.yaml @@ -3,7 +3,7 @@ description: Audiobookshelf is a self-hosted audiobook and podcast server annotations: title: Audiobookshelf type: application -version: 1.0.4 +version: 1.0.5 apiVersion: v2 appVersion: 2.10.1 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/audiobookshelf/templates/_audiobookshelf.tpl b/library/ix-dev/community/audiobookshelf/templates/_audiobookshelf.tpl index 7ceef729b5..118a6c5be2 100644 --- a/library/ix-dev/community/audiobookshelf/templates/_audiobookshelf.tpl +++ b/library/ix-dev/community/audiobookshelf/templates/_audiobookshelf.tpl @@ -14,6 +14,7 @@ workload: securityContext: runAsUser: {{ .Values.audiobookshelfRunAs.user }} runAsGroup: {{ .Values.audiobookshelfRunAs.group }} + readOnlyRootFilesystem: false env: PORT: {{ .Values.audiobookshelfNetwork.webPort }} CONFIG_PATH: /config