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
@@ -118,9 +118,9 @@ Before contributing, please read the [Code of Conduct](../../CODE_OF_CONDUCT.md)
118
118
| ingress.enabled | bool |`false`| Specify if an ingress resource for the pms server should be created or not |
119
119
| ingress.ingressClassName | string |`"ingress-nginx"`| The ingress class that should be used |
120
120
| 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 |
122
122
| 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 |
124
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. |
125
125
| nameOverride | string |`""`||
126
126
| nodeSelector | object |`{}`||
@@ -134,13 +134,13 @@ Before contributing, please read the [Code of Conduct](../../CODE_OF_CONDUCT.md)
134
134
| pms.shareProcessNamespace | bool |`false`| Enable process namespace sharing within the pod. |
135
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 |
136
136
| 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 |
138
138
| rclone.additionalArgs | list |`[]`| Additional arguments to give to rclone when mounting the volume |
139
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. |
140
140
| 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 |
142
142
| 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 |
144
144
| rclone.readOnly | bool |`true`| If the remote volumes should be mounted as read only |
145
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 |
146
146
| runtimeClassName | string |`""`| Specify your own runtime class name eg use gpu |
0 commit comments