Skip to content

GraphDB Helm 11.3.0

Compare
Choose a tag to compare
@Sukhumi Sukhumi released this 12 Nov 11:56
· 15 commits to main since this release
2113990

What's Changed

New

  • Added new configuration properties for the license

    • Added license.mountPath to configure where the license volume is mounted
    • Added license.optional to configure the license volume as optional if needed
    • Added license.readOnly to configure the read/write mode of the license volume mount
  • Updated to GraphDB 10.8.0

Updated

  • Removed any pre-install, pre-upgrade, pre-rollback Helm hooks annotations to allow seamless ArgoCD deployments.
  • Changed the license directory to /opt/graphdb/home/conf/license/ with license.mountPath in order to avoid using a subPath volume
    mount. This allows kubelet to update the license when the Secret has been updated.
  • Changed the license volume mount as read-only by default with license.readOnly

Full Changelog: v11.2.2...v11.3.0