diff --git a/charts/langsmith/Chart.yaml b/charts/langsmith/Chart.yaml index 3dc7852..286de1e 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.9.2 +version: 0.9.3 appVersion: "0.9.7" diff --git a/charts/langsmith/README.md b/charts/langsmith/README.md index 670f21b..9b42917 100644 --- a/charts/langsmith/README.md +++ b/charts/langsmith/README.md @@ -1,6 +1,6 @@ # langsmith -![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.7](https://img.shields.io/badge/AppVersion-0.9.7-informational?style=flat-square) +![Version: 0.9.3](https://img.shields.io/badge/Version-0.9.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.7](https://img.shields.io/badge/AppVersion-0.9.7-informational?style=flat-square) Helm chart to deploy the langsmith application and all services it depends on. diff --git a/charts/langsmith/templates/frontend/config-map.yaml b/charts/langsmith/templates/frontend/config-map.yaml index d6c0506..9a5fdfa 100644 --- a/charts/langsmith/templates/frontend/config-map.yaml +++ b/charts/langsmith/templates/frontend/config-map.yaml @@ -50,7 +50,7 @@ data: # Platform Backend Routes location ~ /{{ .Values.ingress.subdomain }}/api/v1/platform/ { - rewrite /{{ .Values.ingress.subdomain }}/api/v1/platform/(.*) /platform/$1 break; + rewrite /{{ .Values.ingress.subdomain }}/api/v1/platform/(.*) /v1/platform/$1 break; proxy_set_header Connection ''; proxy_http_version 1.1; proxy_buffering off;