From 17b9317ad61b075b6d4a1c39642b0f9a9c244e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Wed, 4 May 2022 15:56:59 +0200 Subject: [PATCH] fix(audiobookshelf): Fix persistence key (#1551) --- charts/stable/audiobookshelf/Chart.yaml | 6 +++--- charts/stable/audiobookshelf/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml index 5c7890af..dd55e295 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 appVersion: "2.0.3" description: Self-hosted audiobook server for managing and playing your audiobooks name: audiobookshelf -version: 1.1.1 +version: 1.1.2 kubeVersion: ">= 1.16.0-0" keywords: - audiobookshelf @@ -22,5 +22,5 @@ dependencies: version: 4.4.1 annotations: artifacthub.io/changes: |- - - kind: changed - description: Upgraded `common` chart dependency to version 4.4.1 + - kind: fixed + description: Fixed persistence not being respected diff --git a/charts/stable/audiobookshelf/values.yaml b/charts/stable/audiobookshelf/values.yaml index 60b6522d..59853ba2 100644 --- a/charts/stable/audiobookshelf/values.yaml +++ b/charts/stable/audiobookshelf/values.yaml @@ -38,7 +38,7 @@ ingress: # -- Configure persistence settings for the chart under this key. # @default -- See values.yaml -persistence: +persistence: {} # config: # enabled: false # mountPath: /config