You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| image | object |`{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"plexinc/pms-docker","sha":"","tag":"1.41.5.9522-a96edc606"}`| The docker image information for the pms application |
112
+
| image | object |`{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"plexinc/pms-docker","sha":"","tag":"1.41.6.9685-d301f511a"}`| The docker image information for the pms application |
112
113
| image.registry | string |`"index.docker.io"`| The public dockerhub registry |
113
-
| image.tag | string |`"1.41.5.9522-a96edc606"`| If unset use "latest" |
114
+
| image.tag | string |`"1.41.6.9685-d301f511a"`| If unset use "latest" |
114
115
| imagePullSecrets | list |`[]`||
115
116
| ingress.annotations | object |`{}`| Custom annotations to put on the ingress resource |
116
117
| ingress.certificateSecret | string |`""`| Optional secret name to provide valid https connections using an existing SSL certificate |
117
118
| ingress.enabled | bool |`false`| Specify if an ingress resource for the pms server should be created or not |
118
119
| ingress.ingressClassName | string |`"ingress-nginx"`| The ingress class that should be used |
119
120
| ingress.url | string |`""`| The url to use for the ingress reverse proxy to point at this pms instance |
120
-
| initContainer | object |`{"image":{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"alpine","sha":"","tag":"3.18.0"},"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 |
121
122
| initContainer.image.registry | string |`"index.docker.io"`| The public dockerhub registry |
122
-
| initContainer.image.tag | string |`"3.18.0"`| If unset use latest |
123
+
| initContainer.image.tag | string |`"3.21"`| If unset use latest |
123
124
| 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. |
124
125
| nameOverride | string |`""`||
125
126
| nodeSelector | object |`{}`||
@@ -133,13 +134,13 @@ Before contributing, please read the [Code of Conduct](../../CODE_OF_CONDUCT.md)
133
134
| pms.shareProcessNamespace | bool |`false`| Enable process namespace sharing within the pod. |
134
135
| 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 |
135
136
| priorityClassName | string |`""`||
136
-
| 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 |
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 |
137
138
| rclone.additionalArgs | list |`[]`| Additional arguments to give to rclone when mounting the volume |
138
139
| 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. |
139
140
| rclone.enabled | bool |`false`| If the rclone sidecar should be created |
140
-
| rclone.image | object |`{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"rclone/rclone","sha":"","tag":"1.62.2"}`| 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 |
141
142
| rclone.image.registry | string |`"index.docker.io"`| The public dockerhub registry |
142
-
| rclone.image.tag | string |`"1.62.2"`| If unset use latest |
143
+
| rclone.image.tag | string |`"1.69.2"`| If unset use latest |
143
144
| rclone.readOnly | bool |`true`| If the remote volumes should be mounted as read only |
144
145
| 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 |
145
146
| runtimeClassName | string |`""`| Specify your own runtime class name eg use gpu |
0 commit comments