Compare commits

...

2 Commits

Author SHA1 Message Date
k8s-at-home[bot]
ef74abbe1f chore: Auto-update chart README [skip ci] 2022-05-04 13:57:31 +00:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
17b9317ad6 fix(audiobookshelf): Fix persistence key (#1551) 2022-05-04 13:56:59 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# audiobookshelf
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![AppVersion: 2.0.3](https://img.shields.io/badge/AppVersion-2.0.3-informational?style=flat-square)
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: 2.0.3](https://img.shields.io/badge/AppVersion-2.0.3-informational?style=flat-square)
Self-hosted audiobook server for managing and playing your audiobooks
@@ -81,12 +81,12 @@ N/A
| image.repository | string | `"ghcr.io/advplyr/audiobookshelf"` | image repository |
| image.tag | string | chart.appVersion | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | string | See values.yaml | Configure persistence settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |
## Changelog
### Version 1.1.1
### Version 1.1.2
#### Added
@@ -94,11 +94,11 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.4.1
N/A
#### Fixed
N/A
* Fixed persistence not being respected
### Older versions

View File

@@ -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