diff --git a/charts/plex/Chart.yaml b/charts/plex/Chart.yaml index ff30c88d..c2bf4795 100644 --- a/charts/plex/Chart.yaml +++ b/charts/plex/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.20.1.3252 description: Plex Media Server name: plex -version: 2.0.2 +version: 2.0.3 keywords: - plex home: https://plex.tv/ diff --git a/charts/plex/templates/volumes.yaml b/charts/plex/templates/volumes.yaml index 548fe5ff..58c16dd9 100644 --- a/charts/plex/templates/volumes.yaml +++ b/charts/plex/templates/volumes.yaml @@ -36,7 +36,7 @@ spec: {{- end }} --- {{- end }} -{{- if and .Values.persistence.data.enabled (not .Values.persistence.data.existingClaim) }} +{{- if and (not .Values.persistence.data.claimName) .Values.persistence.data.enabled }} apiVersion: v1 kind: PersistentVolumeClaim metadata: