GraphDB Helm 11.2.0
What's Changed
New
- Added CronJob for scheduling GraphDB backups. The CronJob supports both local and cloud backups.
- Added new configurations under
backup
:backup.enabled
for toggling the backup CronJob,backup.type
for selecting between local and cloud and more. - Local backups support saving the GraphDB backup archives in volume from an existing persistent volume claim, configured with
backup.local
- Cloud backups support uploading the GraphDB backup archives in one of the supported cloud object storage services, configured with
backup.cloud
- Added new configurations under
- Added a new property
security.provisioner.passwordHash
to define an initial password for the provisioner user as a bcrypt hash. - Configured
graphdb.extra.plugins
to load plugins from/opt/graphdb/home/extra-plugins
by default - Added configuration examples under examples/
- Added examples for deploying GraphDB in Azure
- Added examples for deploying GraphDB in GKE
- Added examples for configuring the new backup options
- Added examples for GraphDB virtualization features
- Added examples for providing extra GraphDB plugins
Fixed
- Updated the GraphDB containers to explicitly use /tmp as a working directory to avoid permission errors due to the default security context's readOnlyRootFilesystem when the container has a starting folder different from /tmp.
Full Changelog: v11.1.5...v11.2.0