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
description: Airsonic is a Free and Open Source community driven media server
name: airsonic
version: 5.0.1
version: 6.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- airsonic

View File

@ -1,6 +1,6 @@
# 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
@ -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).
### [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]
#### 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).
### [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]
#### Changed

View File

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