diff --git a/charts/retool/Chart.yaml b/charts/retool/Chart.yaml index 478769f..c152d31 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.0 +version: 6.8.1 maintainers: - name: Retool Engineering email: engineering+helm@retool.com diff --git a/charts/retool/templates/deployment_workflows.yaml b/charts/retool/templates/deployment_workflows.yaml index 617bb0b..57990d6 100644 --- a/charts/retool/templates/deployment_workflows.yaml +++ b/charts/retool/templates/deployment_workflows.yaml @@ -88,6 +88,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