/
V 1.3.0 - July 10th, 2024

V 1.3.0 - July 10th, 2024

Helm Chart V 1.0.3

  • added MongoDB TLS configuration

    • the new values are:

      tls: enabled: false # TLS is disabled by default autoGenerated: false # Standardmäßig keine auto-generierten Zertifikate existingSecret: "" # Add Custom CA certificate caCert: "" # user defined CA certificate (base64 encoded) caKey: "" # CA certificate key (base64 encoded) mode: "requireTLS" # modes: allowTLS, preferTLS, requireTLS

      Please check here for creating the required secret.

This new Helm chart version addresses the issue raised in this ticket

Single Page Application

Breaking Changes

  • no breaking changes in this release

Bug Fixes

Backend

Frontend