Rafael Ríos Saavedra

Results 142 comments of Rafael Ríos Saavedra

Hi, Thanks for your comments. Have you tried to start with `diagnosticMode` enabled ? That way you could enter the POD and run the initialization and start the service manually....

Please, [note that the Bitnami team is not actively monitoring GitHub Issues for this project](https://github.com/bitnami/bitnami-docker-phpmyadmin#community-supported-solution). This issue will stay open for 20 days to allow the community to contribute, after...

Hi, Would you like to send a PR implementing this ? We will be glad to review and merge it.

Not sure of the right approach, I think it won't be easy as you can scale the chart in any moment, so you will have to take into account how...

I think, in this case what you need to do is to reuse the PVC from the master in the new cluster, start it with one node, and then scale...

Using the latest chart version (9.4.1) I can see that keycloak is run with the right environment variables. ``` $ helm install mykey bitnami/keycloak --set auth.adminUser=user1 --set auth.adminPassword=test1 ... $...

Hi, Could you take a look to `PGPOOL_USER_HBA_FILE` [environment variable in the image](https://github.com/bitnami/containers/tree/main/bitnami/pgpool#user-content-configuration) ? I think you use it in this case.

Hi, A new image has been released that includes a fix for this. (`5.0.12-debian-11-r4`, `6.0.1-debian-11-r11`) Could you give it a try ?

Hi, it is giving an error in the linter: ``` ==> Linting /tmp/puzzle-workplace-6637326479459654374/extracted/aslafy-z-charts-1-4d65686/bitnami/thanos [ERROR] templates/: parse error at (thanos/templates/storegateway/hpa-sharded.yaml:59): unexpected {{end}} Error: 1 chart(s) linted, 1 chart(s) failed ``` Could...