Skip to content

Commit

Permalink
Merge pull request #110 from langchain-ai/infra/bump-chart-0.6.19
Browse files Browse the repository at this point in the history
chore: bump 0.6.19 release
  • Loading branch information
langchain-infra authored Jun 27, 2024
2 parents f7e9e68 + 05bdd50 commit 083f2e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/langsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainers:
email: [email protected]
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"
2 changes: 0 additions & 2 deletions charts/langsmith/templates/frontend/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
8 changes: 4 additions & 4 deletions charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 083f2e0

Please sign in to comment.