[youtubedl-material] Fix incorrect mount paths (#1112)

This commit is contained in:
Ryan Wholey 2021-08-06 15:06:17 -06:00 committed by GitHub
parent fe6403318e
commit 10fb48fd27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 4 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "4.2" appVersion: "4.2"
description: Self-hosted YouTube downloader built on Material Design description: Self-hosted YouTube downloader built on Material Design
name: youtubedl-material name: youtubedl-material
version: 3.1.0 version: 3.1.1
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- youtubedl-material - youtubedl-material

View File

@ -1,6 +1,6 @@
# youtubedl-material # 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 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). 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.<volume>.mountPath` for `audio` and `subscriptions` volumes
### [3.0.0] ### [3.0.0]
#### Changed #### Changed

View File

@ -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). 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.<volume>.mountPath` for `audio` and `subscriptions` volumes
### [3.0.0] ### [3.0.0]
#### Changed #### Changed

View File

@ -48,10 +48,10 @@ persistence:
mountPath: /app/audio mountPath: /app/audio
subscriptions: subscriptions:
enabled: false enabled: false
mountPath: /subscriptions mountPath: /app/subscriptions
users: users:
enabled: false enabled: false
mountPath: /users mountPath: /users
video: video:
enabled: false enabled: false
mountPath: /video mountPath: /app/video