diff --git a/charts/retool/Chart.yaml b/charts/retool/Chart.yaml index c19e50b..d8130d4 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.4.9 +version: 6.4.10 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 28e1af5..7105c2c 100644 --- a/charts/retool/templates/deployment_backend.yaml +++ b/charts/retool/templates/deployment_backend.yaml @@ -124,6 +124,10 @@ spec: value: http://{{ template "retool.fullname" . }}-dbconnector - name: DB_CONNECTOR_PORT value: {{ $.Values.dbconnector.port | quote }} + - name: DB_SSH_CONNECTOR_HOST + value: http://{{ template "retool.fullname" . }}-dbconnector + - name: DB_SSH_CONNECTOR_PORT + value: {{ .Values.dbconnector.port | quote }} {{- if $.Values.dbconnector.java.enabled }} - name: JAVA_DBCONNECTOR_HOST value: http://{{ template "retool.fullname" . }}-dbconnector