From 0040d40a963adba387552594503db64f4e9c0afa Mon Sep 17 00:00:00 2001 From: diademiemi Date: Sat, 11 Feb 2023 18:58:54 +0100 Subject: [PATCH] Update Jellyfin --- charts/apps/jellyfin/Chart.yaml | 2 +- charts/apps/jellyfin/templates/pvc.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/apps/jellyfin/Chart.yaml b/charts/apps/jellyfin/Chart.yaml index e400255..89e998c 100644 --- a/charts/apps/jellyfin/Chart.yaml +++ b/charts/apps/jellyfin/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/apps/jellyfin/templates/pvc.yaml b/charts/apps/jellyfin/templates/pvc.yaml index 6686fdc..a00a042 100644 --- a/charts/apps/jellyfin/templates/pvc.yaml +++ b/charts/apps/jellyfin/templates/pvc.yaml @@ -25,6 +25,7 @@ spec: {{- range .Values.persistence.extraVolumes }} {{- if not .existingClaim }} +--- kind: PersistentVolumeClaim apiVersion: v1 metadata: