tryretool / retool-helm

MIT License
45 stars 57 forks source link

Self-Hosted Retool deploy broken using latest suggested version from Retool Docs #147

Closed thomwatkin closed 5 months ago

thomwatkin commented 6 months ago

The latest version listed in the Retool docs for 3.24.x is 3.24.12.

When deployed this version crashes almost immediately while trying to initialize the Java DB Connector.

not untarring the bundle
sed: can't read ./dist/mobile/*.js: No such file or directory
JAVA_DBCONNECTOR_HOME [] is invalid; exiting

We have the Java DB connector disabled in our values file. This appears to be due to this line in the dockerfile, which seems to be now empty in version 3.24.12-14

ENV JAVA_DBCONNECTOR_HOME=/usr/lib/jvm/amazon-corretto-21.0.1.12.1-linux-x64

Could version 3.24.12 be fixed so that those not using the DB connector don't hit this issue?