Adjust airsonic mount paths for airsonic-advanced (#1211)

Airsonic advanced images use different default mount points
This commit is contained in:
Patrick Ruckstuhl 2021-09-28 13:57:13 +02:00 committed by GitHub
parent 58508efaad
commit eba5e12c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 6 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 10.6.2 appVersion: 10.6.2
description: Airsonic is a Free and Open Source community driven media server description: Airsonic is a Free and Open Source community driven media server
name: airsonic name: airsonic
version: 5.0.1 version: 6.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- airsonic - airsonic

View File

@ -1,6 +1,6 @@
# airsonic # airsonic
![Version: 5.0.1](https://img.shields.io/badge/Version-5.0.1-informational?style=flat-square) ![AppVersion: 10.6.2](https://img.shields.io/badge/AppVersion-10.6.2-informational?style=flat-square) ![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![AppVersion: 10.6.2](https://img.shields.io/badge/AppVersion-10.6.2-informational?style=flat-square)
Airsonic is a Free and Open Source community driven media server Airsonic is a Free and Open Source community driven media server
@ -97,6 +97,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).
### [6.0.0]
#### Changed
- Use the default volume mount locations as specified by airsonic-advanced (https://github.com/airsonic-advanced/airsonic-advanced).
### [5.0.0] ### [5.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).
### [6.0.0]
#### Changed
- Use the default volume mount locations as specified by airsonic-advanced (https://github.com/airsonic-advanced/airsonic-advanced).
### [5.0.0] ### [5.0.0]
#### Changed #### Changed

View File

@ -47,18 +47,19 @@ ingress:
persistence: persistence:
config: config:
enabled: false enabled: false
mountPath: /var/airsonic
music: music:
enabled: false enabled: false
mountPath: /music mountPath: /var/music
playlists: playlists:
enabled: false enabled: false
mountPath: /playlists mountPath: /var/playlists
podcasts: podcasts:
enabled: false enabled: false
mountPath: /podcasts mountPath: /var/podcasts
media: media:
enabled: false enabled: false
mountPath: /media mountPath: /var/media
# -- Configures the probes for the main Pod. # -- Configures the probes for the main Pod.
# @default -- See values.yaml # @default -- See values.yaml