Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • added MongoDB TLS configuration

    • the new values are:

      Code Block
      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 /wiki/spaces/CDCM/pages/391938076 for creating the required secret.

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

Single Page Application

(warning) Breaking

...

Changes (warning)

  • no breaking changes in this release

...

Bug Fixes

Backend

...