Releases: powerhome/helm-openldap
Releases · powerhome/helm-openldap
openldap-stack-ha-v4.1.2
What's Changed
- Update existingSecret to accept resources for initContainer by @stephenagreer in https://github.com/powerhome/helm-openldap/pull/
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
- @stephenagreer made their first contribution in #2
Full Changelog: openldap-stack-ha-v4.1.1...openldap-stack-ha-v4.1.2
openldap-stack-ha-v4.1.1
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.