From 05bdd50b8818eb78135f6fc15ba16e5daa84f993 Mon Sep 17 00:00:00 2001 From: infra Date: Wed, 26 Jun 2024 23:42:00 -0400 Subject: [PATCH] chore: bump 0.6.19 release --- charts/langsmith/Chart.yaml | 4 ++-- charts/langsmith/templates/frontend/config-map.yaml | 2 -- charts/langsmith/values.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/charts/langsmith/Chart.yaml b/charts/langsmith/Chart.yaml index 51e9ad8..a3ef437 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.5 -appVersion: "0.6.16" +version: 0.6.6 +appVersion: "0.6.19" diff --git a/charts/langsmith/templates/frontend/config-map.yaml b/charts/langsmith/templates/frontend/config-map.yaml index 76af694..236f2c8 100644 --- a/charts/langsmith/templates/frontend/config-map.yaml +++ b/charts/langsmith/templates/frontend/config-map.yaml @@ -68,7 +68,6 @@ data: # Backend Routes location ~ /{{ .Values.ingress.subdomain }}/api { - rewrite /{{ .Values.ingress.subdomain }}/api/(.*) /$1 break; proxy_set_header Connection ''; proxy_http_version 1.1; proxy_buffering off; @@ -152,7 +151,6 @@ data: # Backend Routes location ~ /api { - rewrite /api/(.*) /$1 break; proxy_set_header Connection ''; proxy_http_version 1.1; proxy_buffering off; diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 404afcb..510ea8b 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -15,19 +15,19 @@ images: backendImage: repository: "docker.io/langchain/langsmith-backend" pullPolicy: IfNotPresent - tag: "0.6.16" + tag: "0.6.19" frontendImage: repository: "docker.io/langchain/langsmith-frontend" pullPolicy: IfNotPresent - tag: "0.6.16" + tag: "0.6.19" platformBackendImage: repository: "docker.io/langchain/langsmith-go-backend" pullPolicy: IfNotPresent - tag: "0.6.16" + tag: "0.6.19" playgroundImage: repository: "docker.io/langchain/langsmith-playground" pullPolicy: IfNotPresent - tag: "0.6.16" + tag: "0.6.19" postgresImage: repository: "docker.io/postgres" pullPolicy: IfNotPresent