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: []