From 57fdb48231491e4d9c8ddd035f9611928ccabc90 Mon Sep 17 00:00:00 2001 From: infra Date: Tue, 16 Jul 2024 11:49:14 -0400 Subject: [PATCH] fix: add smith backend endpoint --- charts/langsmith/Chart.yaml | 2 +- charts/langsmith/templates/_helpers.tpl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/langsmith/Chart.yaml b/charts/langsmith/Chart.yaml index 9d5c296..f0a4a40 100644 --- a/charts/langsmith/Chart.yaml +++ b/charts/langsmith/Chart.yaml @@ -5,5 +5,5 @@ maintainers: email: ankush@langchain.dev description: Helm chart to deploy the langsmith application and all services it depends on. type: application -version: 0.6.15 +version: 0.6.16 appVersion: "0.6.28" diff --git a/charts/langsmith/templates/_helpers.tpl b/charts/langsmith/templates/_helpers.tpl index 0003925..596f2e7 100644 --- a/charts/langsmith/templates/_helpers.tpl +++ b/charts/langsmith/templates/_helpers.tpl @@ -201,6 +201,8 @@ Template containing common environment variables that are used by several servic optional: true - name: GO_ENDPOINT value: http://{{- include "langsmith.fullname" . }}-{{.Values.platformBackend.name}}:{{ .Values.platformBackend.service.port }} +- name: SMITH_BACKEND_ENDPOINT + value: http://{{- include "langsmith.fullname" . }}-{{.Values.backend.name}}:{{ .Values.backend.service.port }} {{- if .Values.config.ttl.enabled }} - name: FF_TRACE_TIERS_ENABLED value: {{ .Values.config.ttl.enabled | quote }}