From 8c4f2de8c4d703230fc8719b8515ffdc36c7787e Mon Sep 17 00:00:00 2001 From: "J. Greg Williams" Date: Sat, 26 Sep 2020 14:25:22 -0400 Subject: [PATCH] Fix data claimName and bump chart version Signed-off-by: J. Greg Williams --- charts/plex/Chart.yaml | 2 +- charts/plex/templates/volumes.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: