From 97b2477fba558434569ce4c88cba9289d6645081 Mon Sep 17 00:00:00 2001 From: Patrick Collins Date: Wed, 3 Mar 2021 00:35:58 -0800 Subject: [PATCH] [plex] fix typos (#637) * [plex] fix typos * [plex] bump version --- charts/plex/Chart.yaml | 2 +- charts/plex/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/plex/Chart.yaml b/charts/plex/Chart.yaml index 566f7f83..6479dab8 100644 --- a/charts/plex/Chart.yaml +++ b/charts/plex/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.20.2.3402 description: Plex Media Server name: plex -version: 2.3.0 +version: 2.3.1 keywords: - plex home: https://plex.tv/ diff --git a/charts/plex/values.yaml b/charts/plex/values.yaml index 5dd8752b..4a183739 100644 --- a/charts/plex/values.yaml +++ b/charts/plex/values.yaml @@ -150,8 +150,8 @@ plexPreferences: name: 41-plex-preferences defaultMode: 493 # 0755 in octal permission notation # Using mountPath & SubPath allow you to volume mount a configMap AS A FILE - # Unfortunately this also means that updates to the configMap are not automtically - # propagated to the file contents. But it's better then replacing the entire + # Unfortunately this also means that updates to the configMap are not automatically + # propagated to the file contents. But it's better than replacing the entire # /etc/cont-init.d/ directory which is the "normal" behavior when doing volume # mounts. mountPath: /etc/cont-init.d/41-plex-preferences