From 923c39cfb9114928694cec07fcd7bf63ab6eb154 Mon Sep 17 00:00:00 2001 From: Alice GIRARD Date: Wed, 5 Aug 2020 16:45:33 +0200 Subject: [PATCH] [jellyfin] remove non-existent pvc from README (#307) --- charts/jellyfin/Chart.yaml | 2 +- charts/jellyfin/README.md | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/charts/jellyfin/Chart.yaml b/charts/jellyfin/Chart.yaml index 13637ece..a540c657 100644 --- a/charts/jellyfin/Chart.yaml +++ b/charts/jellyfin/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: v10.5.3-ls45 description: Jellyfin is a Free Software Media System name: jellyfin -version: 1.0.1 +version: 1.0.2 keywords: - Jellyfin - mediaplayer diff --git a/charts/jellyfin/README.md b/charts/jellyfin/README.md index 00568cee..a551334b 100644 --- a/charts/jellyfin/README.md +++ b/charts/jellyfin/README.md @@ -65,12 +65,6 @@ The following tables lists the configurable parameters of the Sentry chart and t | `persistence.config.storageClass` | Type of persistent volume claim | `-` | | `persistence.config.accessMode` | Persistence access mode | `ReadWriteOnce` | | `persistence.config.skipuninstall` | Do not delete the pvc upon helm uninstall | `false` | -| `persistence.downloads.enabled` | Use persistent volume to store configuration data | `true` | -| `persistence.downloads.size` | Size of persistent volume claim | `10Gi` | -| `persistence.downloads.existingClaim`| Use an existing PVC to persist data | `nil` | -| `persistence.downloads.storageClass` | Type of persistent volume claim | `-` | -| `persistence.downloads.accessMode` | Persistence access mode | `ReadWriteOnce` | -| `persistence.downloads.skipuninstall` | Do not delete the pvc upon helm uninstall | `false` | | `persistence.tvshows.enabled` | Use persistent volume to store tvshows data | `true` | | `persistence.tvshows.size` | Size of persistent volume claim | `10Gi` | | `persistence.tvshows.existingClaim`| Use an existing PVC to persist data | `nil` |