Skip to content

Releases: powerhome/helm-openldap

openldap-stack-ha-v4.1.2

30 Oct 16:50
78fc15d
Compare
Choose a tag to compare

What's Changed

Extends existingSecret to allow for a resource definition that's used for a required initContainer.

example:

existingSecret:
  enabled: false
  name: ''
  resources:
    limits: {}
    requests: {}

New Contributors

Full Changelog: openldap-stack-ha-v4.1.1...openldap-stack-ha-v4.1.2

openldap-stack-ha-v4.1.1

23 Jun 01:00
191c0ba
Compare
Choose a tag to compare

Adds a new OpenLDAP chart based on bitnami's OpenLDAP docker image.
It's based on https://github.com/jp-gouin/helm-openldap/tree/v4.1.1, with some additions:

  • Allow adding a CA Certificate to use along side to the Custom TLS certificate
    • This is useful when certmanager is in use, since it doesn't add the CA Cert as part of the secret holding the managed cert and key;
  • To workaround an issue with helm downloading dependencies, we have included the bitnami's common helm as part of this helm.