Skip to content

9.9.0-R2

Compare
Choose a tag to compare
@nikolaykolev nikolaykolev released this 26 Aug 11:42
faec042

Breaking

  • images.graphdb, images.kong and images.busybox are now maps which can specify registry, repository and tag

New

  • Added global variables support (global.deployment.host/global.ingressHost, global.storageClass, global.imagePullSecrets and global.imageRegistry)
  • Add ability to override logback.xml by setting deplyment.logbackConfigFile to the location of the file to use
  • Set additional JMX attributes using graphdb.masters.additionalJmxArrtibutes. This is a map of attr_name=attr_value pairs
  • Fixed loadrdf tool path
  • Moved to dynamic volume provisioning by default (volumeClaimTemplates), old default pvc/pv's are still available
  • Added JDBC driver support for Ontop functionality
  • Minor fixes