From 59456f31ada87d707dde7ee9c1fc6fc8d4325698 Mon Sep 17 00:00:00 2001 From: Julien DOCHE Date: Mon, 9 Mar 2020 13:10:56 +0100 Subject: [PATCH] [jackett] Do not enable torrentblackhole volume by default (#166) Signed-off-by: Julien DOCHE --- charts/jackett/Chart.yaml | 2 +- charts/jackett/README.md | 2 +- charts/jackett/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/jackett/Chart.yaml b/charts/jackett/Chart.yaml index c8dcd72e..3261dcfb 100644 --- a/charts/jackett/Chart.yaml +++ b/charts/jackett/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: v0.12.1582-ls39 description: API Support for your favorite torrent trackers name: jackett -version: 2.1.0 +version: 2.1.1 keywords: - jackett - torrent diff --git a/charts/jackett/README.md b/charts/jackett/README.md index 3fdddc13..7b0b883b 100644 --- a/charts/jackett/README.md +++ b/charts/jackett/README.md @@ -65,7 +65,7 @@ The following tables lists the configurable parameters of the Sentry chart and t | `persistence.config.subPath` | Mount a sub directory of the persistent volume if set | `""` | | `persistence.config.storageClass` | Type of persistent volume claim | `-` | | `persistence.config.accessMode` | Persistence access mode | `ReadWriteOnce` | -| `persistence.torrentblackhole.enabled` | Use persistent volume to store torrent files | `true` | +| `persistence.torrentblackhole.enabled` | Use persistent volume to store torrent files | `false` | | `persistence.torrentblackhole.size` | Size of persistent volume claim | `1Gi` | | `persistence.torrentblackhole.existingClaim`| Use an existing PVC to persist data | `nil` | | `persistence.torrentblackhole.subPath` | Mount a sub directory of the persistent volume if set | `""` | diff --git a/charts/jackett/values.yaml b/charts/jackett/values.yaml index 1aed02ce..b38f9f1f 100644 --- a/charts/jackett/values.yaml +++ b/charts/jackett/values.yaml @@ -87,7 +87,7 @@ persistence: ## subPath: "" torrentblackhole: - enabled: true + enabled: false ## Jackett torrentblackhole directory volume configuration ## If defined, storageClassName: ## If set to "-", storageClassName: "", which disables dynamic provisioning