David Gomez

Results 80 comments of David Gomez

Hi @celliern , The error I can see is: ``` Error, incorrect value "admin" for "adminpass" ``` Using the `docker-compose` below worked for me: ``` name: "moodle" services: mariadb: image:...

Hi @FoxntaU , Could you share how you are executing it? Have you been able to take a look at my last message?

Hi @yaodwwy , The Elasticsearch container, for security reasons, is executed as a non-root container and, therefore, the user (UID 1001 by default) doesn't have permissions to install new plugins....

I think you will still find permission issues only with those parameters. Take a look at this previous issue in case it helps: https://github.com/bitnami/charts/issues/25280

Hi @ferdiina , If you remove the secrets, they will regenerate when running `helm upgrade`. Have you tried that? Note that the feature is not intended for production.

Hi @ogusak , Sorry for the delay and thank you for bringing this issue to our attention. We appreciate your involvement! Since you are familiar with the problem, we welcome...

Hi @sadgeeknz , If I'm not wrong, we are not configuring `conf/cesecore.properties` file by default. Per the issue linked above, the parameter should be added there. As a workaround, you...

Hi @sadgeeknz, Thanks for confirming it. I will create an internal task to check it.

Hi @lindhe I have updated the description for this variable for ES and Opensearch. A new release has been triggered and should be released soon. Regards

Hi @betaboon , From my understanding, you are pointing to the previous PR as the root cause of the issue. The first image previous to that change is `16.3.0-debian-12-r17`, if...