Files
helm-charts/charts/rclone-bucket
Renovate Bot 664ea9fc38
Some checks failed
lint-and-test / lint-helm (pull_request) Successful in 19s
lint-and-test / chart-testing (pull_request) Failing after 36s
chore(deps): update helm release common to v5
2026-05-07 00:59:52 +00:00
..
2026-05-06 19:55:06 -05:00
2026-05-06 19:55:22 -05:00

rclone-bucket

Version: 0.7.0 AppVersion: v1.74.0

Rclone CronJob to replicate buckets

Maintainers

Name Email Url
alexlebens

Source Code

Requirements

Repository Name Version
https://bjw-s-labs.github.io/helm-charts/ common 4.6.2

Values

Key Type Default Description
additionalLabels object {} Add additional labels
cronJob object {"backoffLimit":3,"parallelism":1,"schedule":"0 0 * * *","suspend":false,"timeZone":"America/Chicago"} CronJob configuration
image object {"pullPolicy":"IfNotPresent","repository":"rclone/rclone","tag":"1.74.0@sha256:d2e0e88359d0b2e67cfcd2c43d5405185eb8adfc207079df27c42da82c5207bc"} Default image
nameOverride string "" Default pattern follows -backup
prune object {"ageToPrune":"90d","enabled":false,"exclude":"","include":""} Enable prune job
rclone object {"destination":{"bucketName":"bucket","forcePathStyle":true,"providerType":"Other"},"providerType":"Other","source":{"bucketName":"bucket","forcePathStyle":true,"providerType":"Other"}} rclone configuration
rclone.destination object {"bucketName":"bucket","forcePathStyle":true,"providerType":"Other"} Destination configuration
rclone.source object {"bucketName":"bucket","forcePathStyle":true,"providerType":"Other"} Source configuration
secret object {"existingSecretDestination":{"name":"rclone-destination-secret"},"existingSecretSource":{"name":"rclone-source-secret"},"externalSecret":{"additionalLabels":{},"destination":{"config":{"endpointProperty":"ENDPOINT_REMOTE","path":"/config"},"credentials":{"keyIdProperty":"ACCESS_KEY_ID","path":"/credential","regionProperty":"ACCESS_REGION","secretKeyProperty":"ACCESS_SECRET_KEY"},"nameOverride":""},"enabled":true,"source":{"config":{"endpointProperty":"ENDPOINT_LOCAL","path":"/config"},"credentials":{"keyIdProperty":"ACCESS_KEY_ID","path":"/credential","regionProperty":"ACCESS_REGION","secretKeyProperty":"ACCESS_SECRET_KEY"},"nameOverride":""},"storeName":"openbao"}} Secret configuration
secret.existingSecretSource object {"name":"rclone-source-secret"} Name of existing secret that contains the configuration
secret.externalSecret object {"additionalLabels":{},"destination":{"config":{"endpointProperty":"ENDPOINT_REMOTE","path":"/config"},"credentials":{"keyIdProperty":"ACCESS_KEY_ID","path":"/credential","regionProperty":"ACCESS_REGION","secretKeyProperty":"ACCESS_SECRET_KEY"},"nameOverride":""},"enabled":true,"source":{"config":{"endpointProperty":"ENDPOINT_LOCAL","path":"/config"},"credentials":{"keyIdProperty":"ACCESS_KEY_ID","path":"/credential","regionProperty":"ACCESS_REGION","secretKeyProperty":"ACCESS_SECRET_KEY"},"nameOverride":""},"storeName":"openbao"} External Secret configuration
secret.externalSecret.additionalLabels object {} Add additional labels
secret.externalSecret.destination object {"config":{"endpointProperty":"ENDPOINT_REMOTE","path":"/config"},"credentials":{"keyIdProperty":"ACCESS_KEY_ID","path":"/credential","regionProperty":"ACCESS_REGION","secretKeyProperty":"ACCESS_SECRET_KEY"},"nameOverride":""} Destination configuration
secret.externalSecret.source object {"config":{"endpointProperty":"ENDPOINT_LOCAL","path":"/config"},"credentials":{"keyIdProperty":"ACCESS_KEY_ID","path":"/credential","regionProperty":"ACCESS_REGION","secretKeyProperty":"ACCESS_SECRET_KEY"},"nameOverride":""} Source configuration

Autogenerated from chart metadata using helm-docs v1.14.2