Hi, I'm trying to use the hardened image for most of retool but realized the code executor does not have an equivalent. When I specify under .Values.codeExecutor.image.tag its not rendering properly.
Upon closer inspection I see that value isnt even used?
|
image: "{{ .Values.codeExecutor.image.repository }}:{{ include "retool.codeExecutor.image.tag" . }}" |
https://github.com/tryretool/retool-helm/blob/v6.9.2/charts/retool/templates/_helpers.tpl#L385-#L397
Hi, I'm trying to use the hardened image for most of retool but realized the code executor does not have an equivalent. When I specify under
.Values.codeExecutor.image.tagits not rendering properly.Upon closer inspection I see that value isnt even used?
retool-helm/charts/retool/templates/deployment_code_executor.yaml
Line 56 in f1a0ec0
https://github.com/tryretool/retool-helm/blob/v6.9.2/charts/retool/templates/_helpers.tpl#L385-#L397