Fix data claimName and bump chart version

Signed-off-by: J. Greg Williams <totallyGreg@gmail.com>
This commit is contained in:
J. Greg Williams 2020-09-26 14:25:22 -04:00
parent aca509001d
commit 8c4f2de8c4
No known key found for this signature in database
GPG Key ID: E942F2684D906C91
2 changed files with 2 additions and 2 deletions

View File

@ -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/

View File

@ -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: