Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

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

(warning) Breaking changes (warning)

  • no breaking changes in this release

Bugfixes

Backend

Frontend

  • No labels