Skip to content

GraphDB Helm 11.1.0

Compare
Choose a tag to compare
@mihailradkov mihailradkov released this 05 Jul 10:23
· 65 commits to main since this release
bae62ad

New

  • Updated to GraphDB 10.7.0
  • Added podAntiAffinity and proxy.podAntiAffinity for configuring a default podAntiAffinity for the GraphDB pods and GraphDB proxy pods. The default values configure a "soft" podAntiAffinity that tries to schedule GraphDB pods across different Kubernetes hosts but does not enforce it.
  • Added new configuration options for the Jobs
    • Added job.schedulerName for overriding the default Kubernetes scheduler
    • Added job.dnsConfig and job.dnsPolicy for customizing the DNS resolution
    • Added job.priorityClassName for defining the pods scheduling importance
    • Added job.nodeSelector, job.affinity, job.tolerations and job.topologySpreadConstraints for customizing the
      node scheduling
  • Added persistence.volumeClaimRetentionPolicy and proxy.persistence.volumeClaimRetentionPolicy to control the retention policy of the PVCs when the StatefulSets are scaled and deleted. These configurations are used only for Kubernetes 1.27 and above.