* [bitnami/thanos]: Move querier Ingress config to querier section
Thanos querier is not the only component which can benefit from an ingress
object. bucketweb, storegateway, querier etc can all use an ingress
resource to be exposed outside of cluster. As such, it's cleaner to have
the ingress configuration for querier in the relevant section instead of
having it as a global configuration option. This enables us to form a
pattern on how to introduce ingresses to the rest of the resources.
* [bitnami/thanos] 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/thanos] Add bucketweb Ingress resource
Add the ability to enable an Ingress resource for the bucketweb service.
This allows accessing the web UI for the storage bucket from outside the
cluster.
* [bitnami/thanos] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
* [bitnami/thanos]: Add HPA for Thanos storegateway
Add HPA resource for Thanos Store Gateway so we can dynamically scale in
and out based on resource utilization.
* [bitnami/thanos] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
The defined metric name `size_bytes` did not correspond to the `AS`
assignment in the SQL query.
Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
* fix bug chart never use existed secret
If we use values.yaml/values-production.yaml as a config template and enable existingSecret, it will not work because wrong condition in secrets.yaml
* bump version to 6.13.1
* Merge master and update chart version
* [bitnami/mysql] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Marcos Bjoerkelund <marcos@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>