mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
fix(audiobookshelf): Fix persistence key (#1551)
This commit is contained in:
parent
e7696b46a9
commit
17b9317ad6
@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: "2.0.3"
|
appVersion: "2.0.3"
|
||||||
description: Self-hosted audiobook server for managing and playing your audiobooks
|
description: Self-hosted audiobook server for managing and playing your audiobooks
|
||||||
name: audiobookshelf
|
name: audiobookshelf
|
||||||
version: 1.1.1
|
version: 1.1.2
|
||||||
kubeVersion: ">= 1.16.0-0"
|
kubeVersion: ">= 1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- audiobookshelf
|
- audiobookshelf
|
||||||
@ -22,5 +22,5 @@ dependencies:
|
|||||||
version: 4.4.1
|
version: 4.4.1
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: fixed
|
||||||
description: Upgraded `common` chart dependency to version 4.4.1
|
description: Fixed persistence not being respected
|
||||||
|
@ -38,7 +38,7 @@ ingress:
|
|||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
persistence:
|
persistence: {}
|
||||||
# config:
|
# config:
|
||||||
# enabled: false
|
# enabled: false
|
||||||
# mountPath: /config
|
# mountPath: /config
|
||||||
|
Loading…
Reference in New Issue
Block a user