From 10fb48fd27cb3f4e94b5d902f41665f05c09ad3f Mon Sep 17 00:00:00 2001 From: Ryan Wholey Date: Fri, 6 Aug 2021 15:06:17 -0600 Subject: [PATCH] [youtubedl-material] Fix incorrect mount paths (#1112) --- charts/stable/youtubedl-material/Chart.yaml | 2 +- charts/stable/youtubedl-material/README.md | 8 +++++++- .../stable/youtubedl-material/README_CHANGELOG.md.gotmpl | 6 ++++++ charts/stable/youtubedl-material/values.yaml | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/charts/stable/youtubedl-material/Chart.yaml b/charts/stable/youtubedl-material/Chart.yaml index d003921e..f5ec619c 100644 --- a/charts/stable/youtubedl-material/Chart.yaml +++ b/charts/stable/youtubedl-material/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "4.2" description: Self-hosted YouTube downloader built on Material Design name: youtubedl-material -version: 3.1.0 +version: 3.1.1 kubeVersion: ">=1.16.0-0" keywords: - youtubedl-material diff --git a/charts/stable/youtubedl-material/README.md b/charts/stable/youtubedl-material/README.md index 0ccbab57..73429a2a 100644 --- a/charts/stable/youtubedl-material/README.md +++ b/charts/stable/youtubedl-material/README.md @@ -1,6 +1,6 @@ # youtubedl-material -![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square) ![AppVersion: 4.2](https://img.shields.io/badge/AppVersion-4.2-informational?style=flat-square) +![Version: 3.1.1](https://img.shields.io/badge/Version-3.1.1-informational?style=flat-square) ![AppVersion: 4.2](https://img.shields.io/badge/AppVersion-4.2-informational?style=flat-square) Self-hosted YouTube downloader built on Material Design @@ -93,6 +93,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [3.1.1] + +#### Changed + +- Fix `persistence..mountPath` for `audio` and `subscriptions` volumes + ### [3.0.0] #### Changed diff --git a/charts/stable/youtubedl-material/README_CHANGELOG.md.gotmpl b/charts/stable/youtubedl-material/README_CHANGELOG.md.gotmpl index 1dc8a48d..26589da7 100644 --- a/charts/stable/youtubedl-material/README_CHANGELOG.md.gotmpl +++ b/charts/stable/youtubedl-material/README_CHANGELOG.md.gotmpl @@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [3.1.1] + +#### Changed + +- Fix `persistence..mountPath` for `audio` and `subscriptions` volumes + ### [3.0.0] #### Changed diff --git a/charts/stable/youtubedl-material/values.yaml b/charts/stable/youtubedl-material/values.yaml index a29c9b01..27d576e9 100644 --- a/charts/stable/youtubedl-material/values.yaml +++ b/charts/stable/youtubedl-material/values.yaml @@ -48,10 +48,10 @@ persistence: mountPath: /app/audio subscriptions: enabled: false - mountPath: /subscriptions + mountPath: /app/subscriptions users: enabled: false mountPath: /users video: enabled: false - mountPath: /video + mountPath: /app/video