tryretool / retool-helm

MIT License
47 stars 59 forks source link

[fix] Update chart to handle the opt-in mechanism for Java dbconnecto… #190

Closed jjlgao closed 2 weeks ago

jjlgao commented 3 weeks ago

…r before 3.93-edge

In chart version 6.2.9, we changed Java dbconnector to be opt out, using a new system that uses an env var so that it's opt out even outside of Helm. This PR adds back in the original functionality for Java dbconnector opt-in logic (although now it will be opt-out due to the change in the values file default), so that customers on older versions of Retool won't see regressions as they upgrade their helm chart version.