From 7db39c62d2623cb0ec2cd3eadbbdf0fc551b2b8a Mon Sep 17 00:00:00 2001 From: Brian Vander Schaaf Date: Mon, 18 Nov 2024 12:25:10 -0500 Subject: [PATCH 1/2] chore: bump version for large sessions w/ oauth with client secret --- charts/langsmith/Chart.yaml | 4 ++-- charts/langsmith/README.md | 12 ++++++------ charts/langsmith/values.yaml | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/charts/langsmith/Chart.yaml b/charts/langsmith/Chart.yaml index 0e9defc..a001f24 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.8.11 -appVersion: "0.8.32" +version: 0.8.12 +appVersion: "0.8.35" diff --git a/charts/langsmith/README.md b/charts/langsmith/README.md index 2bb4aa8..573ba18 100644 --- a/charts/langsmith/README.md +++ b/charts/langsmith/README.md @@ -1,6 +1,6 @@ # langsmith -![Version: 0.8.11](https://img.shields.io/badge/Version-0.8.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.32](https://img.shields.io/badge/AppVersion-0.8.32-informational?style=flat-square) +![Version: 0.8.12](https://img.shields.io/badge/Version-0.8.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.35](https://img.shields.io/badge/AppVersion-0.8.35-informational?style=flat-square) Helm chart to deploy the langsmith application and all services it depends on. @@ -151,23 +151,23 @@ For information on how to use this chart, up-to-date release notes, and other gu | fullnameOverride | string | `""` | String to fully override `"langsmith.fullname"` | | images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | | | images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | | -| images.aceBackendImage.tag | string | `"0.8.32"` | | +| images.aceBackendImage.tag | string | `"0.8.35"` | | | images.backendImage.pullPolicy | string | `"IfNotPresent"` | | | images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | | -| images.backendImage.tag | string | `"0.8.32"` | | +| images.backendImage.tag | string | `"0.8.35"` | | | images.clickhouseImage.pullPolicy | string | `"Always"` | | | images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | | | images.clickhouseImage.tag | string | `"24.5"` | | | images.frontendImage.pullPolicy | string | `"IfNotPresent"` | | | images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | | -| images.frontendImage.tag | string | `"0.8.32"` | | +| images.frontendImage.tag | string | `"0.8.35"` | | | images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. | | images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | | | images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | | -| images.platformBackendImage.tag | string | `"0.8.32"` | | +| images.platformBackendImage.tag | string | `"0.8.35"` | | | images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | | | images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | | -| images.playgroundImage.tag | string | `"0.8.32"` | | +| images.playgroundImage.tag | string | `"0.8.35"` | | | images.postgresImage.pullPolicy | string | `"IfNotPresent"` | | | images.postgresImage.repository | string | `"docker.io/postgres"` | | | images.postgresImage.tag | string | `"14.7"` | | diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 3bad93d..fdc291c 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -17,23 +17,23 @@ images: aceBackendImage: repository: "docker.io/langchain/langsmith-ace-backend" pullPolicy: IfNotPresent - tag: "0.8.32" + tag: "0.8.35" backendImage: repository: "docker.io/langchain/langsmith-backend" pullPolicy: IfNotPresent - tag: "0.8.32" + tag: "0.8.35" frontendImage: repository: "docker.io/langchain/langsmith-frontend" pullPolicy: IfNotPresent - tag: "0.8.32" + tag: "0.8.35" platformBackendImage: repository: "docker.io/langchain/langsmith-go-backend" pullPolicy: IfNotPresent - tag: "0.8.32" + tag: "0.8.35" playgroundImage: repository: "docker.io/langchain/langsmith-playground" pullPolicy: IfNotPresent - tag: "0.8.32" + tag: "0.8.35" postgresImage: repository: "docker.io/postgres" pullPolicy: IfNotPresent From 33d8d6ec107edeb73a11ce0cca67a66417eae2c5 Mon Sep 17 00:00:00 2001 From: Brian Vander Schaaf Date: Mon, 18 Nov 2024 12:31:22 -0500 Subject: [PATCH 2/2] include env var move from commonEnv to config map --- charts/langsmith/templates/_helpers.tpl | 8 -------- charts/langsmith/templates/config-map.yaml | 3 +++ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/charts/langsmith/templates/_helpers.tpl b/charts/langsmith/templates/_helpers.tpl index e9e2a2d..0639bff 100644 --- a/charts/langsmith/templates/_helpers.tpl +++ b/charts/langsmith/templates/_helpers.tpl @@ -251,14 +251,6 @@ Template containing common environment variables that are used by several servic - name: FF_PERSONAL_ORGS_DISABLED value: {{ .Values.config.personalOrgsDisabled | quote }} {{- end }} -- name: GO_ENDPOINT - value: http://{{- include "langsmith.fullname" . }}-{{.Values.platformBackend.name}}:{{ .Values.platformBackend.service.port }} -- name: GO_ACE_ENDPOINT - value: http://{{- include "langsmith.fullname" . }}-{{.Values.aceBackend.name}}:{{ .Values.aceBackend.service.port }} -- name: PLAYGROUND_ENDPOINT - value: http://{{- include "langsmith.fullname" . }}-{{.Values.playground.name}}:{{ .Values.playground.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 }} diff --git a/charts/langsmith/templates/config-map.yaml b/charts/langsmith/templates/config-map.yaml index aa178a1..577c9bb 100644 --- a/charts/langsmith/templates/config-map.yaml +++ b/charts/langsmith/templates/config-map.yaml @@ -26,3 +26,6 @@ data: {{- end }} LANGCHAIN_ENV: "local_kubernetes" GO_ENDPOINT: "http://{{ include "langsmith.fullname" . }}-{{ .Values.platformBackend.name }}:{{ .Values.platformBackend.service.port }}" + GO_ACE_ENDPOINT: "http://{{ include "langsmith.fullname" . }}-{{.Values.aceBackend.name}}:{{ .Values.aceBackend.service.port }}" + PLAYGROUND_ENDPOINT: "http://{{ include "langsmith.fullname" . }}-{{.Values.playground.name}}:{{ .Values.playground.service.port }}" + SMITH_BACKEND_ENDPOINT: "http://{{ include "langsmith.fullname" . }}-{{.Values.backend.name}}:{{ .Values.backend.service.port }}"