diff --git a/charts/langsmith/Chart.yaml b/charts/langsmith/Chart.yaml index f0a4a40..30c455a 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.16 -appVersion: "0.6.28" +version: 0.6.17 +appVersion: "0.6.32" diff --git a/charts/langsmith/templates/_helpers.tpl b/charts/langsmith/templates/_helpers.tpl index 596f2e7..982b9ad 100644 --- a/charts/langsmith/templates/_helpers.tpl +++ b/charts/langsmith/templates/_helpers.tpl @@ -203,6 +203,11 @@ Template containing common environment variables that are used by several servic 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 }} +- name: X_SERVICE_AUTH_JWT_SECRET + valueFrom: + secretKeyRef: + name: {{ include "langsmith.secretsName" . }} + key: api_key_salt {{- if .Values.config.ttl.enabled }} - name: FF_TRACE_TIERS_ENABLED value: {{ .Values.config.ttl.enabled | quote }} diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 9a0e762..43cdd60 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -17,19 +17,19 @@ images: backendImage: repository: "docker.io/langchain/langsmith-backend" pullPolicy: IfNotPresent - tag: "0.6.28" + tag: "0.6.32" frontendImage: repository: "docker.io/langchain/langsmith-frontend" pullPolicy: IfNotPresent - tag: "0.6.28" + tag: "0.6.32" platformBackendImage: repository: "docker.io/langchain/langsmith-go-backend" pullPolicy: IfNotPresent - tag: "0.6.28" + tag: "0.6.32" playgroundImage: repository: "docker.io/langchain/langsmith-playground" pullPolicy: IfNotPresent - tag: "0.6.28" + tag: "0.6.32" postgresImage: repository: "docker.io/postgres" pullPolicy: IfNotPresent