Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/retool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/retool/templates/deployment_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

Expand Down
Loading