From eba5e12c5812f283b10721e4cbe849231a244923 Mon Sep 17 00:00:00 2001 From: Patrick Ruckstuhl Date: Tue, 28 Sep 2021 13:57:13 +0200 Subject: [PATCH] Adjust airsonic mount paths for airsonic-advanced (#1211) Airsonic advanced images use different default mount points --- charts/stable/airsonic/Chart.yaml | 2 +- charts/stable/airsonic/README.md | 8 +++++++- charts/stable/airsonic/README_CHANGELOG.md.gotmpl | 6 ++++++ charts/stable/airsonic/values.yaml | 9 +++++---- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index 07d75602..793ec820 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -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 diff --git a/charts/stable/airsonic/README.md b/charts/stable/airsonic/README.md index ae45daf3..2a7a59ac 100644 --- a/charts/stable/airsonic/README.md +++ b/charts/stable/airsonic/README.md @@ -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 diff --git a/charts/stable/airsonic/README_CHANGELOG.md.gotmpl b/charts/stable/airsonic/README_CHANGELOG.md.gotmpl index 033b5a21..03e4604e 100644 --- a/charts/stable/airsonic/README_CHANGELOG.md.gotmpl +++ b/charts/stable/airsonic/README_CHANGELOG.md.gotmpl @@ -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 diff --git a/charts/stable/airsonic/values.yaml b/charts/stable/airsonic/values.yaml index 5a5940d7..96fd4467 100644 --- a/charts/stable/airsonic/values.yaml +++ b/charts/stable/airsonic/values.yaml @@ -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