mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
[youtubedl-material] Fix incorrect mount paths (#1112)
This commit is contained in:
parent
fe6403318e
commit
10fb48fd27
@ -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
|
||||
|
@ -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.<volume>.mountPath` for `audio` and `subscriptions` volumes
|
||||
|
||||
### [3.0.0]
|
||||
|
||||
#### Changed
|
||||
|
@ -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.<volume>.mountPath` for `audio` and `subscriptions` volumes
|
||||
|
||||
### [3.0.0]
|
||||
|
||||
#### Changed
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user