* Add TLS support for postgresql chart
Signed-off-by: joancafom <jcarmona@bitnami.com>
* Bump Chart version
* Remove unnecessary if condition in helper
* Notice about volumePermissions and TLS
* Improve TLS readability in README.md
* Remove the possibility of using /files/certs to upload TLS certs
* Fix indentation in init-containers
* Add warning for volumePermissions
* Bump PostgreSQL image version
In order to match the minimum release with TLS support
* [bitnami/phpmyadmin] Add extra env vars
Signed-off-by: joancafom <jcarmona@bitnami.com>
* Chart version bump
* Fix typo in README
* Add extra environments via existing secret
* Add extra environments via existing secret
* Add missing line
* Apply envFrom feedback
* First approach
WIP Incomplete chart
Signed-off-by: joancafom <jcarmona@bitnami.com>
* Add possibility to import external CAs from a directory
Keystore and Trustore importing was also fixed
* Add ingress and Liveness + Readiness probes
* Sync with current container changes
* Enable liveness and readiness probes
* Update default ports
* Remove ingress in favour of LoadBalancer
* Add common improvements
* SecurityContext for both pod and container
* Command and Arg for customization of the container
* Custom liveness & readiness probes
* Common improvements II
* Common labels and annotations
* Affinity, nodeSelector and toleration options added
* Add first version of README.md
* Change imported JKS location
Also changes the name of an env var to match latest container
changes
* Add NOTES.txt
* Increase liveness and readiness probes timeout
Also removed some no longer available properties
* Apply formatting to values.yml
* Removing testing password value
* Add externalSecret support
* Fix pod and container security Context
* Update README with replication details
* Increase probes initial delay seconds
* Exclude ejbca from GH install tests
* Add support for bitnami.common
* Update README and values with suggestions
* Add support for custom CA certificates
* Fix value default parameter
Set the correct default value for a property that was
pointing to local testing.
Skipping this verification as discourse does not seem to be passing the tests although
deploying (installation stage is presumably taking too much time)
Signed-off-by: joancafom <jcarmona@bitnami.com>
* [bitnami/external-dns] Fix sensitive env vars
Cloudflare sensitive data (apiToken/key) now uses secrets in deployment
files to prevent them from being printed in plaintext.
Signed-off-by: joancafom <jcarmona@bitnami.com>
* Chart version bump
* [bitnami/external-dns] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
* [bitnami/nginx] Fix missing volumes
Update if condition in volumes so as to make extraVolumes
work again.
Signed-off-by: joancafom <jcarmona@bitnami.com>
* [bitnami/nginx] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
* [bitnami/external-dns] Support RFC2136 minTTL
Add support for new argument introduced in v0.7.0 that
let the user define a minimum TTL.
Signed-off-by: joancafom <jcarmona@bitnami.com>
* Unit explanation + correct Chart version
* [bitnami/external-dns] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
* [bitnami/zookeeper] Fix podAnnotations template rendering
Template rendering was failing when multiple podAnnotation were
provided, leading to malfunction. Enforce same indentation in the
different annotations.
Signed-off-by: joancafom <jcarmona@bitnami.com>
* [bitnami/zookeeper] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
* [bitnami/nginx] Added LDAP support
Adds LDAP support to NGINX by using the Bitnami's
Auth Daemon Image. Liveness and readiness probes were
also updated to comply with this change.
Signed-off-by: joancafom <jcarmona@bitnami.com>
* ServerBlock conditions now force their existence
At least a serverblock must be provided when using LDAP, so
conditions where updated to reflect this change. Also, fixed
small bug on secret creation that lead to error when no bindPass
was provided, even though it is optional.
* README improved with instuctions
Now the README explicitly tells the user how to enable LDAP.
* [bitnami/nginx] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>