From 14dd1a81ce86194442ac33c00e690d3a1eb3e7a6 Mon Sep 17 00:00:00 2001 From: JacekZubielik Date: Sun, 28 Jul 2024 17:15:43 +0200 Subject: [PATCH] build(lms): version: 0.0.6 --- charts/lms/Chart.yaml | 2 +- charts/lms/values.yaml | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/charts/lms/Chart.yaml b/charts/lms/Chart.yaml index a6e1240..6d3a574 100644 --- a/charts/lms/Chart.yaml +++ b/charts/lms/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 appVersion: 9.0.0 description: Logitech Media Server name: lms -version: 0.0.5 +version: 0.0.6 keywords: - lms - logitechmediaserver diff --git a/charts/lms/values.yaml b/charts/lms/values.yaml index 5ba3fca..7324066 100644 --- a/charts/lms/values.yaml +++ b/charts/lms/values.yaml @@ -161,20 +161,18 @@ persistence: ## ## If you want to reuse an existing claim, you can pass the name of the PVC using ## the existingClaim variable - # existingClaim: your-claim + existingClaim: your-claim ## ## If you want to use a volume on the host machine instead of a PVC: # hostPath: /path/to/the/config/folder - accessMode: ReadWriteOnce - size: 4Gi + # accessMode: ReadWriteOnce + # size: 4Gi musicstorage: enabled: false # storageClass: "-" - # existingClaim: your-claim + existingClaim: pvc-musicstorage # hostPath: /path/to/the/music/folder - accessMode: ReadWriteOnce - size: 4Gi # Mount devices or folders from the host machine. Can be used for USB device mounting. hostMounts: []