Andrés Bono
Andrés Bono
Can you try to double the assigned resources to see if it makes any difference? Just for debugging purposes.
Hi @tldev-de, thanks for sharing these details. Have you tried configuring SMTP for SuiteCRM 7? To confirm that it is a regression. Or maybe configuring mailing via UI?
Hi @tldev-de, thank you very much for confirming it. This is definitely a bug in the way we configure SuiteCRM 8. Thank you for reporting it. We will try to...
Hi, thank you for filling this issue! We have created an internal ticket to evaluate your feature request, it seems an interesting addition. If everything looks good, and we can...
Hi, thank you for proposing this change in the bitnami/mariadb chart. However, I don't really see the reason for the change. Can you describe the issue you are trying to...
Hi, thank you for opening this issue. In the `pdb.yaml` template, bitnami/zookeeper uses a function from the common library to set the proper `apiVersion` for different Kubernetes versions: https://github.com/bitnami/charts/blob/52f2d9a0c192ab156f08cdb9620f71e59034d223/bitnami/zookeeper/templates/pdb.yaml#L8 https://github.com/bitnami/charts/blob/52f2d9a0c192ab156f08cdb9620f71e59034d223/bitnami/common/templates/_capabilities.tpl#L15-L24...
I can reproduce the issue in the following environment: ```console $ kind create cluster $ helm install postgresql oci://registry-1.docker.io/bitnamicharts/postgresql --version 15.5.20 --set auth.username=supabase_admin,auth.password=mysecretpassword,auth.database=supabase $ cat