Fran Mulero
Fran Mulero
As @javsalgar stated with `--set service.ports.mongodb=11920` you are changing the port of the service but here `k -n pcloud port-forward mongodb-0 11920:11920` you are forwarding the pod port, that's the...
Hi @ppaslan Could you check if your secret `privx-tls` is a [tls-secret](https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets)? Test for example if you are able to read the certificate using the following command: ``` kubectl get...
Hi @mah007 You can use an `initContainer` to download the addons in an `volume` and share them with the main container. [Here](https://stackoverflow.com/questions/69405454/bitnami-odoo-addons-over-init-container-not-work) you've got a similar case in stackoverflow. Please...
Hi @notbucai Could you share the following info?: * Please describe the `PersistenVolumeClaims`: ``` $ kubectl describe -n xxx pvc data-bucai-mysql-primary-0 $ kubectl describe -n xxx pvc data-bucai-mysql-secondary-0 ``` *...
Thanks Anthony I forced a new release #12596 and I've opened a internal discussion about the frequency of the releases
Hi @emerchalegre AFAIK we are not supporting any `defaultTimezone` [value in airflow chart](https://github.com/bitnami/charts/tree/master/bitnami/airflow#parameters) According to [airflow configuration](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#default-timezone) you can set the default timezone with the variable `AIRFLOW__CORE__DEFAULT_TIMEZONE `. For information...
After setting `AIRFLOW__CORE__DEFAULT_TIMEZONE` you are able to see something like this (Please read the documentation about [web ui and server configuration](https://airflow.apache.org/docs/apache-airflow/stable/timezone.html#web-ui)):  Previous example was generated with following docker-compose: ```yaml...
I think we can close this PR, there is no real value, the key point here is #12474. Please note this is a community-supported solution.
Can you do it with or without these changes? Theses changes tries to fix: #10912, #11835 and #10534 I tried some of the configurations explained in #10912 and I didn't...
Hi @xtianus79, thanks for opening this issue We tried to implement [this feature](https://github.com/bitnami/bitnami-docker-redis/pull/134) but our resources are limited. This is a recurrent topic (here some examples: https://github.com/bitnami/bitnami-docker-redis/issues/124, https://github.com/bitnami/bitnami-docker-redis/issues/92, #2917), we...