Skip to content

Commit

Permalink
chore: Bump plex chart version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherime committed May 31, 2024
1 parent ae4634e commit 354924f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/plex/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: v2
name: plex
description: A Helm chart for Kubernetes for deploying Plex
type: application
version: 0.0.6
version: 0.0.7
appVersion: latest
2 changes: 1 addition & 1 deletion charts/plex/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ include "plex.fullname" . }}
name: {{ .name }}
labels:
{{- include "plex.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit 354924f

Please sign in to comment.