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"
|
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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user