From 0cd70b54e0a6f63cf47dd9ebc211efdd4f49a9e6 Mon Sep 17 00:00:00 2001 From: Charles Thomas Date: Fri, 22 Dec 2023 10:46:01 -0500 Subject: [PATCH] doc: update helm chart README with instructions on how to add and use the chart repo --- charts/plex-media-server/Chart.yaml | 2 +- charts/plex-media-server/README.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/charts/plex-media-server/Chart.yaml b/charts/plex-media-server/Chart.yaml index eb855e6..36fc13b 100644 --- a/charts/plex-media-server/Chart.yaml +++ b/charts/plex-media-server/Chart.yaml @@ -22,7 +22,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.7 +version: 0.1.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/plex-media-server/README.md b/charts/plex-media-server/README.md index be783b5..8dc84eb 100644 --- a/charts/plex-media-server/README.md +++ b/charts/plex-media-server/README.md @@ -5,6 +5,28 @@ A Helm chart for deploying the Plex Personal Media Server(PMS) server. While Plex is responsible for maintaining this Helm chart, we cannot provide support for troubleshooting related to its usage. For community assistance, please visit our [support forums](https://forums.plex.tv/). +### Installation via Helm + +1. Add the Helm chart repo + +```bash +helm repo add plex https://raw.githubusercontent.com/plexinc/pms-docker/gh-pages +``` + +2. Inspect & modify the default values (optional) + +```bash +helm show values plex/plex-media-server > values.yaml +``` + +3. Install the chart + +```bash +helm upgrade --install plex plex/plex-media-server --values values.yaml +``` + +[Additional details available here](https://www.plex.tv/blog/plex-pro-week-23-a-z-on-k8s-for-plex-media-server/) + ### Sample init Container scripts If you already have a different PMS server running elsewhere and wish to migrate it to be running in Kubernetes