Skip to content

Commit ceb3c2c

Browse files
committed
docs: use uppercase
1 parent 050a789 commit ceb3c2c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.9.0
25+
version: 0.9.1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# plex-media-server
22

3-
![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.41.5](https://img.shields.io/badge/AppVersion-1.41.5-informational?style=flat-square)
3+
![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.41.5](https://img.shields.io/badge/AppVersion-1.41.5-informational?style=flat-square)
44

55
**Homepage:** <https://www.plex.tv>
66

@@ -130,7 +130,7 @@ Before contributing, please read the [Code of Conduct](../../CODE_OF_CONDUCT.md)
130130
| pms.readinessProbe | object | `{}` | Add kubernetes readiness probe to pms container. |
131131
| pms.resources | object | `{}` | |
132132
| pms.securityContext | object | `{}` | Security context for PMS pods |
133-
| pms.shareProcessNamespace | bool | `false` | enable process namespace sharing within the pod. |
133+
| pms.shareProcessNamespace | bool | `false` | Enable process namespace sharing within the pod. |
134134
| pms.storageClassName | string | `nil` | The storage class to use when provisioning the pms config volume this needs to be created manually, null will use the default |
135135
| priorityClassName | string | `""` | |
136136
| rclone | object | `{"additionalArgs":[],"configSecret":"","enabled":false,"image":{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"rclone/rclone","sha":"","tag":"1.62.2"},"readOnly":true,"remotes":[],"resources":{}}` | The settings specific to rclone |

charts/plex-media-server/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pms:
6262
# -- Security context for PMS pods
6363
securityContext: {}
6464

65-
# -- enable process namespace sharing within the pod.
65+
# -- Enable process namespace sharing within the pod.
6666
shareProcessNamespace: false
6767

6868
# -- Add kubernetes liveness probe to pms container.

0 commit comments

Comments
 (0)