mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +00:00
Fix data claimName and bump chart version
Signed-off-by: J. Greg Williams <totallyGreg@gmail.com>
This commit is contained in:
parent
aca509001d
commit
8c4f2de8c4
@ -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/
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user