diff --git a/charts/retool/Chart.yaml b/charts/retool/Chart.yaml index c152d31..631d539 100644 --- a/charts/retool/Chart.yaml +++ b/charts/retool/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: retool description: A Helm chart for Kubernetes type: application -version: 6.8.1 +version: 6.8.2 maintainers: - name: Retool Engineering email: engineering+helm@retool.com diff --git a/charts/retool/templates/deployment_backend.yaml b/charts/retool/templates/deployment_backend.yaml index e9dcedc..7330e4f 100644 --- a/charts/retool/templates/deployment_backend.yaml +++ b/charts/retool/templates/deployment_backend.yaml @@ -155,6 +155,8 @@ spec: {{- if include "retool.workflows.enabled" . }} - name: WORKFLOW_BACKEND_HOST value: http://{{ template "retool.fullname" . }}-workflow-backend + - name: CODE_EXECUTOR_INGRESS_DOMAIN + value: http://{{ template "retool.codeExecutor.name" . }} {{- end }} {{- if ($temporalConfig).sslEnabled }} - name: WORKFLOW_TEMPORAL_TLS_ENABLED @@ -174,8 +176,6 @@ spec: {{- end }} {{- end }} {{- end }} - - name: CODE_EXECUTOR_INGRESS_DOMAIN - value: http://{{ template "retool.codeExecutor.name" . }} {{- include "retool.telemetry.includeEnvVars" . | nindent 10 }}