Skip to content

Commit 489d40c

Browse files
committed
chore: bump chart version
v0.10.0 Update README.
1 parent 9ffdfc1 commit 489d40c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/plex-media-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.1
25+
version: 0.10.0
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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# plex-media-server
22

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)
3+
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.41.6](https://img.shields.io/badge/AppVersion-1.41.6-informational?style=flat-square)
44

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

@@ -118,9 +118,9 @@ Before contributing, please read the [Code of Conduct](../../CODE_OF_CONDUCT.md)
118118
| ingress.enabled | bool | `false` | Specify if an ingress resource for the pms server should be created or not |
119119
| ingress.ingressClassName | string | `"ingress-nginx"` | The ingress class that should be used |
120120
| ingress.url | string | `""` | The url to use for the ingress reverse proxy to point at this pms instance |
121-
| initContainer | object | `{"image":{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"alpine","sha":"","tag":3.21},"script":""}` | A basic image that will convert the configmap to a file in the rclone config volume this is ignored if rclone is not enabled |
121+
| initContainer | object | `{"image":{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"alpine","sha":"","tag":"3.21"},"script":""}` | A basic image that will convert the configmap to a file in the rclone config volume this is ignored if rclone is not enabled |
122122
| initContainer.image.registry | string | `"index.docker.io"` | The public dockerhub registry |
123-
| initContainer.image.tag | float | `3.21` | If unset use latest |
123+
| initContainer.image.tag | string | `"3.21"` | If unset use latest |
124124
| initContainer.script | string | `""` | A custom script that will be run in an init container to do any setup before the PMS service starts up This will be run every time the pod starts, make sure that some mechanism is included to prevent this from running more than once if it should only be run on the first startup. |
125125
| nameOverride | string | `""` | |
126126
| nodeSelector | object | `{}` | |
@@ -134,13 +134,13 @@ Before contributing, please read the [Code of Conduct](../../CODE_OF_CONDUCT.md)
134134
| pms.shareProcessNamespace | bool | `false` | Enable process namespace sharing within the pod. |
135135
| 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 |
136136
| priorityClassName | string | `""` | |
137-
| rclone | object | `{"additionalArgs":[],"configSecret":"","enabled":false,"image":{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"rclone/rclone","sha":"","tag":"1.69.1"},"readOnly":true,"remotes":[],"resources":{}}` | The settings specific to rclone |
137+
| rclone | object | `{"additionalArgs":[],"configSecret":"","enabled":false,"image":{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"rclone/rclone","sha":"","tag":"1.69.2"},"readOnly":true,"remotes":[],"resources":{}}` | The settings specific to rclone |
138138
| rclone.additionalArgs | list | `[]` | Additional arguments to give to rclone when mounting the volume |
139139
| rclone.configSecret | string | `""` | The name of the secret that contains the rclone configuration file. The rclone config key must be called `rclone.conf` in the secret All keys in configSecret will be available in /etc/rclone/. This might be useful if other files are needed, such as a private key for sftp mode. |
140140
| rclone.enabled | bool | `false` | If the rclone sidecar should be created |
141-
| rclone.image | object | `{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"rclone/rclone","sha":"","tag":"1.69.1"}` | The rclone image that should be used |
141+
| rclone.image | object | `{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"rclone/rclone","sha":"","tag":"1.69.2"}` | The rclone image that should be used |
142142
| rclone.image.registry | string | `"index.docker.io"` | The public dockerhub registry |
143-
| rclone.image.tag | string | `"1.69.1"` | If unset use latest |
143+
| rclone.image.tag | string | `"1.69.2"` | If unset use latest |
144144
| rclone.readOnly | bool | `true` | If the remote volumes should be mounted as read only |
145145
| rclone.remotes | list | `[]` | The remote drive that should be mounted using rclone this must be in the form of `name:[/optional/path]` this remote will be mounted at `/data/name` in the PMS container |
146146
| runtimeClassName | string | `""` | Specify your own runtime class name eg use gpu |

charts/plex-media-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ initContainer:
9696
registry: index.docker.io
9797
repository: alpine
9898
# -- If unset use latest
99-
tag: 3.21
99+
tag: '3.21'
100100
sha: ""
101101
pullPolicy: IfNotPresent
102102

0 commit comments

Comments
 (0)