Merge pull request #67 from totallyGreg/master

[plex] Fix data claimName and bump chart version
This commit is contained in:
Nicholas St. Germain 2020-09-26 22:43:49 -05:00 committed by GitHub
commit b2f1661912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.20.1.3252 appVersion: 1.20.1.3252
description: Plex Media Server description: Plex Media Server
name: plex name: plex
version: 2.0.2 version: 2.0.3
keywords: keywords:
- plex - plex
home: https://plex.tv/ home: https://plex.tv/

View File

@ -36,7 +36,7 @@ spec:
{{- end }} {{- end }}
--- ---
{{- 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 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
metadata: metadata: