Skip to content

Commit 0cd70b5

Browse files
charlesthomascilindrox
authored andcommitted
doc: update helm chart README with instructions on how to add and use the chart repo
1 parent cbf988e commit 0cd70b5

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

charts/plex-media-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 0.1.7
25+
version: 0.1.8
2626

2727
# This is the version number of the application being deployed. This version number should be
2828
# incremented each time you make changes to the application. Versions are not expected to

charts/plex-media-server/README.md

+22
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ A Helm chart for deploying the Plex Personal Media Server(PMS) server.
55

66
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/).
77

8+
### Installation via Helm
9+
10+
1. Add the Helm chart repo
11+
12+
```bash
13+
helm repo add plex https://raw.githubusercontent.com/plexinc/pms-docker/gh-pages
14+
```
15+
16+
2. Inspect & modify the default values (optional)
17+
18+
```bash
19+
helm show values plex/plex-media-server > values.yaml
20+
```
21+
22+
3. Install the chart
23+
24+
```bash
25+
helm upgrade --install plex plex/plex-media-server --values values.yaml
26+
```
27+
28+
[Additional details available here](https://www.plex.tv/blog/plex-pro-week-23-a-z-on-k8s-for-plex-media-server/)
29+
830
### Sample init Container scripts
931

1032
If you already have a different PMS server running elsewhere and wish to migrate it to be running in Kubernetes

0 commit comments

Comments
 (0)