[plex] force new release (#303)

* force new release

* disable plex data vol if asked to
This commit is contained in:
Devin Buhl 2020-08-01 14:01:49 -04:00 committed by GitHub
parent 3d64343825
commit 3357f97862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.19.1.2645-ccb6eb67e
description: Plex Media Server
name: plex
version: 1.7.0
version: 1.7.1
keywords:
- plex
home: https://plex.tv/

View File

@ -192,11 +192,13 @@ spec:
failureThreshold: {{ .Values.probes.liveness.failureThreshold }}
timeoutSeconds: {{ .Values.probes.liveness.timeoutSeconds }}
volumeMounts:
{{- if .Values.persistence.data.enabled }}
- name: data
mountPath: /data
{{- if .Values.persistence.data.subPath }}
subPath: {{ .Values.persistence.data.subPath }}
{{ end }}
{{ end }}
- name: config
mountPath: /config
{{- if .Values.persistence.config.subPath }}